mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
Add FEDORA-2024-11ba4726a4 as workaround for F40
The new gnome-shell from FEDORA-2024-f543e8595c requires this. We don't use a buildroot repo for Branched even in the short period where it acts like Rawhide (no karma or time requirements) so let's just use a workaround. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
06de92375f
commit
6c47319930
@ -476,7 +476,7 @@ sub get_workarounds {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"38" => [],
|
"38" => [],
|
||||||
"39" => [],
|
"39" => [],
|
||||||
"40" => [],
|
"40" => ["FEDORA-2024-11ba4726a4"],
|
||||||
"41" => [],
|
"41" => [],
|
||||||
);
|
);
|
||||||
my $advortasks = $workarounds{$version};
|
my $advortasks = $workarounds{$version};
|
||||||
|
Loading…
Reference in New Issue
Block a user