1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-20 13:03:09 +00:00

Add a mock build that works as root to Rawhide workarounds

mock 3.2 does not allow running as root. This breaks the live
image build tests. It's being reverted upstream, this scratch
build has the reversion backported.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-10-17 07:18:40 -07:00
parent 9f1c136c37
commit b6fdb4c3fa

View File

@ -481,7 +481,7 @@ sub setup_workaround_repo {
"35" => [],
"36" => [],
"37" => [],
"38" => [],
"38" => ["93141943"],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};