ci: Bump CentOS 8 image

This commit is contained in:
MarcoFalke
2022-01-31 11:19:23 +01:00
parent fcac16fff8
commit fa5457e64a
4 changed files with 6 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ if [[ $HOST = *-mingw32 ]]; then
DOCKER_EXEC update-alternatives --set "${HOST}-g++" \$\(which "${HOST}-g++-posix"\)
fi
if [ -z "$NO_DEPENDS" ]; then
if [[ $DOCKER_NAME_TAG == centos* ]]; then
if [[ $DOCKER_NAME_TAG == *centos* ]]; then
# CentOS has problems building the depends if the config shell is not explicitly set
# (i.e. for libevent a Makefile with an empty SHELL variable is generated, leading to
# an error as the first command is executed)