mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 05:01:25 +00:00
Add scratch build for #1933433 as a workaround
I'm hoping this should fix the intermittent _live_build failures. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
540f667c1d
commit
52a862aae9
@ -445,7 +445,7 @@ sub setup_workaround_repo {
|
|||||||
my %workarounds = (
|
my %workarounds = (
|
||||||
"32" => [],
|
"32" => [],
|
||||||
"33" => [],
|
"33" => [],
|
||||||
"34" => ["FEDORA-2021-578907b183", "FEDORA-2021-bdc10e21fc"]
|
"34" => ["FEDORA-2021-578907b183", "FEDORA-2021-bdc10e21fc", "63160807"]
|
||||||
);
|
);
|
||||||
# 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};
|
||||||
|
Loading…
Reference in New Issue
Block a user