Skip to content

Commit

Permalink
[ci] import almalinux gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
jd28 committed Jul 7, 2024
1 parent cd470e7 commit 5b07ade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/docker_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set -xe

# manylinux prep
if [[ -f "/etc/centos-release" ]]; then
rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux

# sometimes the epel server is down. retry 5 times
for i in $(seq 1 5); do
yum install -y zlib-devel curl-devel expat-devel libpng-devel curl zip unzip tar && s=0 && break || s=$? && sleep 15;
Expand Down

0 comments on commit 5b07ade

Please sign in to comment.