mirror of
https://github.com/containers/skopeo.git
synced 2025-04-28 11:14:08 +00:00
Stop trying to install sif prerequisite RPMs
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č <mitr@redhat.com>
This commit is contained in:
parent
ec2beb9181
commit
16cca3522d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user