File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2525
2626# setup BASEIMAGE and its specific properties
2727if [ " ${POLICY} " == " manylinux2014" ]; then
28- BASEIMAGE=" quay.io/pypa/manylinux2014_base:2024.11.03-3"
28+ if [ " ${PLATFORM} " == " s390x" ]; then
29+ BASEIMAGE=" s390x/clefos:7"
30+ else
31+ BASEIMAGE=" ${MULTIARCH_PREFIX} centos:7"
32+ fi
2933 DEVTOOLSET_ROOTPATH=" /opt/rh/devtoolset-10/root"
3034 PREPEND_PATH=" ${DEVTOOLSET_ROOTPATH} /usr/bin:"
3135 if [ " ${PLATFORM} " == " i686" ]; then
Original file line number Diff line number Diff line change @@ -101,10 +101,8 @@ if [ "${AUDITWHEEL_POLICY}" == "manylinux2014" ]; then
101101 if [ " ${AUDITWHEEL_ARCH} " == " x86_64" ]; then
102102 # Software collection (for devtoolset-10)
103103 yum -y install centos-release-scl-rh
104- if ! rpm -q epel-release-7-14.noarch; then
105- # EPEL support (for yasm)
106- yum -y install https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm
107- fi
104+ # EPEL support (for yasm)
105+ yum -y install https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm
108106 TOOLCHAIN_DEPS+=(yasm)
109107 elif [ " ${AUDITWHEEL_ARCH} " == " aarch64" ] || [ " ${AUDITWHEEL_ARCH} " == " ppc64le" ] || [ " ${AUDITWHEEL_ARCH} " == " s390x" ]; then
110108 # Software collection (for devtoolset-10)
You can’t perform that action at this time.
0 commit comments