Add podman update as Rawhide workaround

podman tests are currently failing for all Rawhide updates. Not
sure what triggered this, but this update seems to fix it, though
it's failing its own test suite so not yet being pushed stable.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-10-08 10:25:47 +02:00
parent fb774a7326
commit 6b31f622d8
1 changed files with 1 additions and 1 deletions

View File

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