ci: Bump centos:stream8 to centos:stream9

This is required for the next commit. Also, drop CI_RETRY_EXE before
"dnf install", because it requires getopt, which will only be installed
later on via util-linux
This commit is contained in:
MarcoFalke
2023-05-15 14:36:44 +02:00
parent fa6a755d9f
commit fa69955e74
4 changed files with 8 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ fi
if [ -z "$NO_DEPENDS" ]; then
if [[ $CI_IMAGE_NAME_TAG == *centos* ]]; then
SHELL_OPTS="LC_ALL=en_US.UTF-8 CONFIG_SHELL=/bin/dash"
SHELL_OPTS="CONFIG_SHELL=/bin/dash"
else
SHELL_OPTS="CONFIG_SHELL="
fi