From f8e72763da18e0da6f739b5f91b8e0b774309bd8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 14 Jan 2025 17:22:10 -0800 Subject: [PATCH] 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 --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 6a8e4948..9f599af0 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -475,7 +475,7 @@ sub get_workarounds { my %workarounds = ( "40" => [], "41" => [], - "42" => [], + "42" => ["127874766"], "eln" => [], ); my $advortasks = $workarounds{$version};