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:
140140 FILE_ENV : " ./ci/test/00_setup_env_win64.sh"
141141
142142task :
143- name : ' CentOS, dash , gui'
143+ name : ' CentOS, depends , gui'
144144 << : *GLOBAL_TASK_TEMPLATE
145145 persistent_worker :
146146 labels :
Original file line number Diff line number Diff line change 77export LC_ALL=C.UTF-8
88
99export 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"
1312export PIP_PACKAGES=" pyzmq"
1413export GOAL=" install"
1514export BITCOIN_CONFIG=" -DWITH_ZMQ=ON -DBUILD_GUI=ON -DREDUCE_EXPORTS=ON"
Original file line number Diff line number Diff line change 9292
9393if [ -z " $NO_DEPENDS " ]; then
9494 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.
9896 else
9997 SHELL_OPTS=" CONFIG_SHELL="
10098 fi
You can’t perform that action at this time.
0 commit comments