1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +00:00

Add pd-mapper scratch build as workaround

To fix base_services_start always failing on aarch64, while I
wait for review of the upstream and downstream PRs.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-07-19 12:23:47 -07:00
parent a2c0d0faa7
commit 92ea362578

View File

@ -476,7 +476,7 @@ sub get_workarounds {
my %workarounds = ( my %workarounds = (
"39" => ["FEDORA-2024-442827752b"], "39" => ["FEDORA-2024-442827752b"],
"40" => [], "40" => [],
"41" => [], "41" => ["120746008"],
); );
my $advortasks = $workarounds{$version}; my $advortasks = $workarounds{$version};
return @$advortasks; return @$advortasks;