1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-01-17 14:13:23 +00:00

Add scratch build with rpm-ostree fix for sbin merge as workaround

This will fix the ostree build tests on Rawhide and get rid of
all those failures. See:

https://gitlab.com/fedora/bootc/tracker/-/issues/29
https://bugzilla.redhat.com/show_bug.cgi?id=2337460
https://github.com/coreos/rpm-ostree/pull/5224

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-01-14 17:22:10 -08:00
parent 722b8c1cf1
commit f8e72763da

View File

@ -475,7 +475,7 @@ sub get_workarounds {
my %workarounds = (
"40" => [],
"41" => [],
"42" => [],
"42" => ["127874766"],
"eln" => [],
);
my $advortasks = $workarounds{$version};