File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ task:
161
161
FILE_ENV : " ./ci/test/00_setup_env_native_fuzz.sh"
162
162
163
163
task :
164
- name : ' [multiprocess] [focal]'
164
+ name : ' [multiprocess, DEBUG ] [focal]'
165
165
<< : *GLOBAL_TASK_TEMPLATE
166
166
container :
167
167
image : ubuntu:focal
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export LC_ALL=C.UTF-8
9
9
export CONTAINER_NAME=ci_native_multiprocess
10
10
export DOCKER_NAME_TAG=ubuntu:20.04
11
11
export PACKAGES=" cmake python3"
12
- export DEP_OPTS=" MULTIPROCESS=1"
12
+ export DEP_OPTS=" DEBUG=1 MULTIPROCESS=1"
13
13
export GOAL=" install"
14
- export BITCOIN_CONFIG=" --enable-external-signer"
14
+ export BITCOIN_CONFIG=" --enable-external-signer --enable-debug "
15
15
export TEST_RUNNER_ENV=" BITCOIND=bitcoin-node"
16
16
export RUN_SECURITY_TESTS=" true"
You can’t perform that action at this time.
0 commit comments