mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-15 16:38:23 +01:00
ci: return to using dash in CentOS job
This commit is contained in:
@@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
|
|||||||
|
|
||||||
export CONTAINER_NAME=ci_native_centos
|
export CONTAINER_NAME=ci_native_centos
|
||||||
export CI_IMAGE_NAME_TAG="quay.io/centos/centos:stream10"
|
export CI_IMAGE_NAME_TAG="quay.io/centos/centos:stream10"
|
||||||
export CI_BASE_PACKAGES="gcc-c++ glibc-devel libstdc++-devel ccache make ninja-build git python3 python3-pip which patch xz procps-ng ksh rsync coreutils bison e2fsprogs cmake"
|
export CI_BASE_PACKAGES="gcc-c++ glibc-devel libstdc++-devel ccache make ninja-build git python3 python3-pip which patch xz procps-ng rsync coreutils bison e2fsprogs cmake dash"
|
||||||
export PIP_PACKAGES="pyzmq"
|
export PIP_PACKAGES="pyzmq"
|
||||||
export DEP_OPTS="DEBUG=1"
|
export DEP_OPTS="DEBUG=1"
|
||||||
export GOAL="install"
|
export GOAL="install"
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ fi
|
|||||||
|
|
||||||
if [ -z "$NO_DEPENDS" ]; then
|
if [ -z "$NO_DEPENDS" ]; then
|
||||||
if [[ $CI_IMAGE_NAME_TAG == *centos* ]]; then
|
if [[ $CI_IMAGE_NAME_TAG == *centos* ]]; then
|
||||||
SHELL_OPTS="CONFIG_SHELL=/bin/ksh" # Temporarily use ksh instead of dash, until https://bugzilla.redhat.com/show_bug.cgi?id=2335416 is fixed.
|
SHELL_OPTS="CONFIG_SHELL=/bin/dash"
|
||||||
else
|
else
|
||||||
SHELL_OPTS="CONFIG_SHELL="
|
SHELL_OPTS="CONFIG_SHELL="
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user