We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cc644 commit 94167daCopy full SHA for 94167da
.cirrus.yml
@@ -46,9 +46,9 @@ 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 --setopt=install_weak_deps=False --setopt=tsflags=nodocs $RPMS && break
+ dnf install -y --setopt=install_weak_deps=False --setopt=tsflags=nodocs $RPMS && break
50
done
51
- [ $? -eq 0 ] # fail if yum failed
+ [ $? -eq 0 ] # fail if dnf failed
52
53
case $DISTRO in
54
*-8)
0 commit comments