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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-21 15:33:32 -08:00
parent cb695c7e67
commit 4a6d52e91e
1 changed files with 1 additions and 1 deletions

View File

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