1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-16 12:34:32 +00:00

Drop mesa workaround for F36, it's stable now

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-18 11:12:40 -07:00
parent 2ee0377ece
commit f80e42fd32

View File

@ -479,7 +479,7 @@ sub setup_workaround_repo {
my %workarounds = ( my %workarounds = (
"34" => [], "34" => [],
"35" => [], "35" => [],
"36" => ["FEDORA-2022-3c2f8b2a0d"] "36" => []
); );
# 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};