Add scratch build for #1933433 as a workaround

I'm hoping this should fix the intermittent _live_build failures.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-03-05 13:24:30 -08:00
parent 540f667c1d
commit 52a862aae9
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ sub setup_workaround_repo {
my %workarounds = (
"32" => [],
"33" => [],
"34" => ["FEDORA-2021-578907b183", "FEDORA-2021-bdc10e21fc"]
"34" => ["FEDORA-2021-578907b183", "FEDORA-2021-bdc10e21fc", "63160807"]
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};