mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
Revert "Ditch the systemd workaround build for now"
This reverts commit e23df39ee1
,
putting the systemd workaround back in place, now we know how to
avoid the bug it causes. It's going stable tomorrow anyway, but
I want to re-run failed tests with the fix right away. Used the
update ID this time, not the build number.
This commit is contained in:
parent
21385361ed
commit
12de9331c5
@ -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", "FEDORA-2021-ead59f24eb"]
|
||||||
);
|
);
|
||||||
# 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