File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ for repeatable builds.
97
97
manylinux_2_34 (AlmaLinux 9 based)
98
98
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
99
100
- Toolchain: GCC 13
100
+ Toolchain: GCC 14
101
101
102
102
- x86_64 image: ``quay.io/pypa/manylinux_2_34_x86_64 ``
103
103
- aarch64 image: ``quay.io/pypa/manylinux_2_34_aarch64 ``
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ elif [ "${POLICY}" == "manylinux_2_28" ]; then
46
46
LD_LIBRARY_PATH_ARG=" ${DEVTOOLSET_ROOTPATH} /usr/lib64:${DEVTOOLSET_ROOTPATH} /usr/lib:${DEVTOOLSET_ROOTPATH} /usr/lib64/dyninst:${DEVTOOLSET_ROOTPATH} /usr/lib/dyninst"
47
47
elif [ " ${POLICY} " == " manylinux_2_34" ]; then
48
48
BASEIMAGE=" almalinux:9"
49
- DEVTOOLSET_ROOTPATH=" /opt/rh/gcc-toolset-13 /root"
49
+ DEVTOOLSET_ROOTPATH=" /opt/rh/gcc-toolset-14 /root"
50
50
PREPEND_PATH=" ${DEVTOOLSET_ROOTPATH} /usr/bin:"
51
51
LD_LIBRARY_PATH_ARG=" ${DEVTOOLSET_ROOTPATH} /usr/lib64:${DEVTOOLSET_ROOTPATH} /usr/lib:${DEVTOOLSET_ROOTPATH} /usr/lib64/dyninst:${DEVTOOLSET_ROOTPATH} /usr/lib/dyninst"
52
52
elif [ " ${POLICY} " == " musllinux_1_2" ]; then
Original file line number Diff line number Diff line change 2
2
ARG BASEIMAGE=amd64/almalinux:9
3
3
ARG POLICY=manylinux_2_34
4
4
ARG PLATFORM=x86_64
5
- ARG DEVTOOLSET_ROOTPATH=/opt/rh/gcc-toolset-13 /root
5
+ ARG DEVTOOLSET_ROOTPATH=/opt/rh/gcc-toolset-14 /root
6
6
ARG LD_LIBRARY_PATH_ARG=${DEVTOOLSET_ROOTPATH}/usr/lib64:${DEVTOOLSET_ROOTPATH}/usr/lib:${DEVTOOLSET_ROOTPATH}/usr/lib64/dyninst:${DEVTOOLSET_ROOTPATH}/usr/lib/dyninst
7
7
ARG PREPEND_PATH=${DEVTOOLSET_ROOTPATH}/usr/bin:
8
8
Original file line number Diff line number Diff line change @@ -112,10 +112,11 @@ elif [ "${OS_ID_LIKE}" == "rhel" ]; then
112
112
dnf -y install dnf-plugins-core epel-release
113
113
if [ " ${AUDITWHEEL_POLICY} " == " manylinux_2_28" ]; then
114
114
dnf config-manager --set-enabled powertools
115
+ TOOLCHAIN_DEPS=" gcc-toolset-13-binutils gcc-toolset-13-gcc gcc-toolset-13-gcc-c++ gcc-toolset-13-gcc-gfortran"
115
116
else
116
117
dnf config-manager --set-enabled crb
118
+ TOOLCHAIN_DEPS=" gcc-toolset-14-binutils gcc-toolset-14-gcc gcc-toolset-14-gcc-c++ gcc-toolset-14-gcc-gfortran"
117
119
fi
118
- TOOLCHAIN_DEPS=" gcc-toolset-13-binutils gcc-toolset-13-gcc gcc-toolset-13-gcc-c++ gcc-toolset-13-gcc-gfortran"
119
120
if [ " ${AUDITWHEEL_ARCH} " == " x86_64" ]; then
120
121
TOOLCHAIN_DEPS=" ${TOOLCHAIN_DEPS} yasm"
121
122
fi
You can’t perform that action at this time.
0 commit comments