mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-02 09:15:04 +02:00
ci: Bump centos gcc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user