From 4a6d52e91e9be1f705f2d015bfc75fb716469847 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 21 Feb 2024 15:33:32 -0800 Subject: [PATCH] Add g-i-s build with live-user mode reverted as a workaround Now the fedora-kickstarts PR to remove anaconda-webui was merged we need this for tests to pass. Remove after next compose. 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 18d4b0f9..8f05e22f 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -476,7 +476,7 @@ sub get_workarounds { my %workarounds = ( "38" => [], "39" => [], - "40" => [], + "40" => ["FEDORA-2024-8b66f08f0b"], "41" => [], ); my $advortasks = $workarounds{$version};