ci: Bump centos gcc

This commit is contained in:
MarcoFalke
2024-12-12 09:24:03 +01:00
parent 676936845b
commit fa47baa03b
2 changed files with 5 additions and 3 deletions

View File

@@ -93,6 +93,8 @@ fi
if [ -z "$NO_DEPENDS" ]; then
if [[ $CI_IMAGE_NAME_TAG == *centos* ]]; then
SHELL_OPTS="CONFIG_SHELL=/bin/dash"
# shellcheck disable=SC1090
source "/opt/rh/gcc-toolset-${STREAM_GCC_V}/enable"
else
SHELL_OPTS="CONFIG_SHELL="
fi