File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ task:
140
140
FILE_ENV : " ./ci/test/00_setup_env_win64.sh"
141
141
142
142
task :
143
- name : ' CentOS, dash , gui'
143
+ name : ' CentOS, depends , gui'
144
144
<< : *GLOBAL_TASK_TEMPLATE
145
145
persistent_worker :
146
146
labels :
Original file line number Diff line number Diff line change 7
7
export LC_ALL=C.UTF-8
8
8
9
9
export CONTAINER_NAME=ci_native_centos
10
- export CI_IMAGE_NAME_TAG=" quay.io/centos/centos:stream9"
11
- export STREAM_GCC_V=" 12"
12
- export CI_BASE_PACKAGES=" gcc-toolset-${STREAM_GCC_V} -gcc-c++ glibc-devel gcc-toolset-${STREAM_GCC_V} -libstdc++-devel ccache make git python3 python3-pip which patch xz procps-ng dash rsync coreutils bison e2fsprogs cmake"
10
+ export CI_IMAGE_NAME_TAG=" quay.io/centos/centos:stream10"
11
+ export CI_BASE_PACKAGES=" gcc-c++ glibc-devel libstdc++-devel ccache make git python3 python3-pip which patch xz procps-ng ksh rsync coreutils bison e2fsprogs cmake"
13
12
export PIP_PACKAGES=" pyzmq"
14
13
export GOAL=" install"
15
14
export BITCOIN_CONFIG=" -DWITH_ZMQ=ON -DBUILD_GUI=ON -DREDUCE_EXPORTS=ON"
Original file line number Diff line number Diff line change 92
92
93
93
if [ -z " $NO_DEPENDS " ]; then
94
94
if [[ $CI_IMAGE_NAME_TAG == * centos* ]]; then
95
- SHELL_OPTS=" CONFIG_SHELL=/bin/dash"
96
- # shellcheck disable=SC1090
97
- source " /opt/rh/gcc-toolset-${STREAM_GCC_V} /enable"
95
+ SHELL_OPTS=" CONFIG_SHELL=/bin/ksh" # Temporarily use ksh instead of dash, until https://bugzilla.redhat.com/show_bug.cgi?id=2335416 is fixed.
98
96
else
99
97
SHELL_OPTS=" CONFIG_SHELL="
100
98
fi
You can’t perform that action at this time.
0 commit comments