1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-24 15:47:23 +00:00

Add mesa update that fixes kwin crashes as workaround for F36

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-14 11:14:43 -07:00
parent 7f9db92d74
commit 4d9831efcc

View File

@ -479,7 +479,7 @@ sub setup_workaround_repo {
my %workarounds = ( my %workarounds = (
"34" => [], "34" => [],
"35" => [], "35" => [],
"36" => [] "36" => ["FEDORA-2022-3c2f8b2a0d"]
); );
# then we'll download each update for our release: # then we'll download each update for our release:
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};