File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ task:
235
235
FILE_ENV : " ./ci/test/00_setup_env_native_fuzz.sh"
236
236
237
237
task :
238
- name : ' [multiprocess, DEBUG] [focal]'
238
+ name : ' [multiprocess, i686, DEBUG] [focal]'
239
239
<< : *GLOBAL_TASK_TEMPLATE
240
240
container :
241
241
image : ubuntu:focal
@@ -244,7 +244,7 @@ task:
244
244
env :
245
245
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
246
246
MAKEJOBS : " -j8"
247
- FILE_ENV : " ./ci/test/00_setup_env_native_multiprocess .sh"
247
+ FILE_ENV : " ./ci/test/00_setup_env_i686_multiprocess .sh"
248
248
249
249
task :
250
250
name : ' [no wallet] [bionic]'
Original file line number Diff line number Diff line change 6
6
7
7
export LC_ALL=C.UTF-8
8
8
9
- export CONTAINER_NAME=ci_native_multiprocess
9
+ export HOST=i686-pc-linux-gnu
10
+ export CONTAINER_NAME=ci_i686_multiprocess
10
11
export DOCKER_NAME_TAG=ubuntu:20.04
11
- export PACKAGES=" cmake python3 python3-pip llvm clang"
12
+ export PACKAGES=" cmake python3 python3-pip llvm clang g++-multilib "
12
13
export DEP_OPTS=" DEBUG=1 MULTIPROCESS=1"
13
14
export GOAL=" install"
14
- export BITCOIN_CONFIG=" --enable-debug CC=clang CXX=clang++" # Use clang to avoid OOM
15
+ export BITCOIN_CONFIG=" --enable-debug CC=' clang -m32' CXX=' clang++ -m32' LDFLAGS='--rtlib=compiler-rt -lgcc_s' "
15
16
export TEST_RUNNER_ENV=" BITCOIND=bitcoin-node"
16
17
export PIP_PACKAGES=" lief"
You can’t perform that action at this time.
0 commit comments