File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -140,13 +140,13 @@ task:
140
140
FILE_ENV : " ./ci/test/00_setup_env_win64.sh"
141
141
142
142
task :
143
- name : ' 32-bit CentOS, dash, gui'
143
+ name : ' CentOS, dash, gui'
144
144
<< : *GLOBAL_TASK_TEMPLATE
145
145
persistent_worker :
146
146
labels :
147
147
type : small
148
148
env :
149
- FILE_ENV : " ./ci/test/00_setup_env_i686_centos .sh"
149
+ FILE_ENV : " ./ci/test/00_setup_env_native_centos .sh"
150
150
151
151
task :
152
152
name : ' previous releases, depends DEBUG'
Original file line number Diff line number Diff line change 6
6
7
7
export LC_ALL=C.UTF-8
8
8
9
- export HOST=i686-pc-linux-gnu
10
- export CONTAINER_NAME=ci_i686_centos
11
- export CI_IMAGE_NAME_TAG=" quay.io/centos/amd64:stream9"
9
+ export CONTAINER_NAME=ci_native_centos
10
+ export CI_IMAGE_NAME_TAG=" quay.io/centos/centos:stream9"
12
11
export STREAM_GCC_V=" 12"
13
- export CI_BASE_PACKAGES=" gcc-toolset-${STREAM_GCC_V} -gcc-c++ glibc-devel.x86_64 gcc-toolset-${STREAM_GCC_V} -libstdc++-devel.x86_64 glibc-devel.i686 gcc-toolset- ${STREAM_GCC_V} -libstdc++-devel.i686 ccache make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison e2fsprogs cmake"
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"
14
13
export PIP_PACKAGES=" pyzmq"
15
14
export GOAL=" install"
16
15
export BITCOIN_CONFIG=" -DWITH_ZMQ=ON -DBUILD_GUI=ON -DREDUCE_EXPORTS=ON"
17
- export CONFIG_SHELL=" /bin/dash"
You can’t perform that action at this time.
0 commit comments