From 16cca3522d17ed8fb38c1a1a98f9309c86e43559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 29 Nov 2023 22:34:44 +0100 Subject: [PATCH] Stop trying to install sif prerequisite RPMs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fedora 36 repos no longer exist, so these installations always fail. The SIF test in systemtest/020-copy.bats is already conditionalized on the presence of the tools, so it should now be skipped. Signed-off-by: Miloslav Trmač --- contrib/cirrus/runner.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index 0d4b9b23..572fe941 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -66,9 +66,6 @@ _run_setup() { # VM's come with the distro. skopeo package pre-installed dnf erase -y skopeo - # Required for testing the SIF transport - dnf install -y fakeroot squashfs-tools - msg "Removing systemd-resolved from nsswitch.conf" # /etc/resolv.conf is already set to bypass systemd-resolvd sed -i -r -e 's/^(hosts.+)resolve.+dns/\1dns/' /etc/nsswitch.conf