From ee8048583bd5ede9bdc0849c9dbc8f5fcdf1a036 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 10 Jan 2023 10:53:10 -0500 Subject: [PATCH] Cirrus: Remove redundant package install attempt These are already present in the VM images. These instructions only cause the DNF cache to be refreshed, wasting precious developer time. Signed-off-by: Chris Evich --- contrib/cirrus/runner.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index 63de27e2..74a05ed0 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -55,9 +55,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