From 6359a9eeb7056a135bd2634262fedfed15875334 Mon Sep 17 00:00:00 2001 From: mayeut Date: Fri, 2 Aug 2024 09:55:22 +0200 Subject: [PATCH] fix: install epel from archive on manylinux2014_x86_64 --- docker/build_scripts/install-runtime-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build_scripts/install-runtime-packages.sh b/docker/build_scripts/install-runtime-packages.sh index 2c5d0959..402021af 100755 --- a/docker/build_scripts/install-runtime-packages.sh +++ b/docker/build_scripts/install-runtime-packages.sh @@ -76,7 +76,7 @@ if [ "${AUDITWHEEL_POLICY}" == "manylinux2014" ]; then # Software collection (for devtoolset-10) yum -y install centos-release-scl-rh # EPEL support (for yasm) - yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm + yum -y install https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm TOOLCHAIN_DEPS="${TOOLCHAIN_DEPS} yasm" elif [ "${AUDITWHEEL_ARCH}" == "aarch64" ] || [ "${AUDITWHEEL_ARCH}" == "ppc64le" ] || [ "${AUDITWHEEL_ARCH}" == "s390x" ]; then # Software collection (for devtoolset-10)