Merge pull request #5260 from alliasgher/chore/5240-unify-curl

ci: switch build scripts from wget to curl
This commit is contained in:
Akihiro Suda
2026-06-23 11:24:50 +09:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ platform:el9 | platform:el10)
esac
# Install common packages
RPMS=(cargo container-selinux fuse-sshfs git-core glibc-static golang iptables jq libseccomp-devel lld make policycoreutils wget)
RPMS=(cargo container-selinux curl fuse-sshfs git-core glibc-static golang iptables jq libseccomp-devel lld make policycoreutils)
# Work around dnf mirror failures by retrying a few times.
for i in $(seq 0 2); do
sleep "$i"