We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d0c86a + b582187 commit b5ec91dCopy full SHA for b5ec91d
.cirrus.yml
@@ -13,7 +13,7 @@ task:
13
CIRRUS_WORKING_DIR: /home/runc
14
GO_VERSION: "1.23"
15
BATS_VERSION: "v1.9.0"
16
- RPMS: gcc git iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
+ RPMS: gcc git-core iptables jq glibc-static libseccomp-devel make criu fuse-sshfs container-selinux
17
# yamllint disable rule:key-duplicates
18
matrix:
19
DISTRO: almalinux-8
@@ -46,7 +46,7 @@ task:
46
# Work around dnf mirror failures by retrying a few times.
47
for i in $(seq 0 2); do
48
sleep $i
49
- yum install -y $RPMS && break
+ yum install -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs $RPMS && break
50
done
51
[ $? -eq 0 ] # fail if yum failed
52
0 commit comments