Merge pull request #909 from thewtex/manylinux-2-28-gcc-version

manylinux_2_28: GCC toolset version 14 sudo removal
This commit is contained in:
Matt McCormick
2025-09-13 15:43:56 -04:00
committed by GitHub
+1 -1
View File
@@ -22,7 +22,7 @@ RUN \
set -x && \
# Remove sudo provided by devtoolset since it doesn't work with
# our sudo wrapper calling gosu.
rm -f /opt/rh/gcc-toolset-12/root/usr/bin/sudo && \
rm -f /opt/rh/gcc-toolset-14/root/usr/bin/sudo && \
/buildscripts/install-python-packages.sh && \
rm -rf /buildscripts