File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ for repeatable builds.
9696manylinux_2_28 (AlmaLinux 8 based)
9797~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9898
99- Toolchain: GCC 12
99+ Toolchain: GCC 13
100100
101101- x86_64 image: ``quay.io/pypa/manylinux_2_28_x86_64 ``
102102- aarch64 image: ``quay.io/pypa/manylinux_2_28_aarch64 ``
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if [ "${POLICY}" == "manylinux2014" ]; then
5151 fi
5252elif [ " ${POLICY} " == " manylinux_2_28" ]; then
5353 BASEIMAGE=" ${MULTIARCH_PREFIX} almalinux:8"
54- DEVTOOLSET_ROOTPATH=" /opt/rh/gcc-toolset-12 /root"
54+ DEVTOOLSET_ROOTPATH=" /opt/rh/gcc-toolset-13 /root"
5555 PREPEND_PATH=" ${DEVTOOLSET_ROOTPATH} /usr/bin:"
5656 LD_LIBRARY_PATH_ARG=" ${DEVTOOLSET_ROOTPATH} /usr/lib64:${DEVTOOLSET_ROOTPATH} /usr/lib:${DEVTOOLSET_ROOTPATH} /usr/lib64/dyninst:${DEVTOOLSET_ROOTPATH} /usr/lib/dyninst"
5757elif [ " ${POLICY} " == " musllinux_1_2" ]; then
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ elif [ "${AUDITWHEEL_POLICY}" == "manylinux_2_28" ]; then
9999 dnf -y upgrade
100100 dnf -y install dnf-plugins-core
101101 dnf config-manager --set-enabled powertools # for yasm
102- TOOLCHAIN_DEPS=" gcc-toolset-12 -binutils gcc-toolset-12 -gcc gcc-toolset-12 -gcc-c++ gcc-toolset-12 -gcc-gfortran"
102+ TOOLCHAIN_DEPS=" gcc-toolset-13 -binutils gcc-toolset-13 -gcc gcc-toolset-13 -gcc-c++ gcc-toolset-13 -gcc-gfortran"
103103 if [ " ${AUDITWHEEL_ARCH} " == " x86_64" ]; then
104104 TOOLCHAIN_DEPS=" ${TOOLCHAIN_DEPS} yasm"
105105 fi
You can’t perform that action at this time.
0 commit comments