Skip to content

Commit faeabef

Browse files
author
MarcoFalke
committed
ci: Enable D_GLIBCXX_DEBUG for multiprocess task
1 parent 480bf01 commit faeabef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ task:
161161
FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh"
162162

163163
task:
164-
name: '[multiprocess] [focal]'
164+
name: '[multiprocess, DEBUG] [focal]'
165165
<< : *GLOBAL_TASK_TEMPLATE
166166
container:
167167
image: ubuntu:focal

ci/test/00_setup_env_native_multiprocess.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export LC_ALL=C.UTF-8
99
export CONTAINER_NAME=ci_native_multiprocess
1010
export DOCKER_NAME_TAG=ubuntu:20.04
1111
export PACKAGES="cmake python3"
12-
export DEP_OPTS="MULTIPROCESS=1"
12+
export DEP_OPTS="DEBUG=1 MULTIPROCESS=1"
1313
export GOAL="install"
14-
export BITCOIN_CONFIG="--enable-external-signer"
14+
export BITCOIN_CONFIG="--enable-external-signer --enable-debug"
1515
export TEST_RUNNER_ENV="BITCOIND=bitcoin-node"
1616
export RUN_SECURITY_TESTS="true"

0 commit comments

Comments
 (0)