From 015205b0c9e6fbe120214f703b8d8387a396a9b7 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 12 Sep 2025 16:50:56 -0400 Subject: [PATCH] manylinux_2_28: GCC toolset version 14 sudo removal --- common/common.manylinux_2_28 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.manylinux_2_28 b/common/common.manylinux_2_28 index 80cea52..d55b32c 100644 --- a/common/common.manylinux_2_28 +++ b/common/common.manylinux_2_28 @@ -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