aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-04-04 13:11:51 +0200
committerJon Atack <jon@atack.com>2022-05-20 12:48:17 +0200
commit345647c4da12b5a0f9c6fd7e519df743264f5611 (patch)
tree8d83f89cf999d863eb2e433649c836bf0901b31a /ci
parent247d17033f2727e9f7d5dddecaea37c46f1230ee (diff)
downloadbitcoin-345647c4da12b5a0f9c6fd7e519df743264f5611.tar.xz
ci: add DEBUG_LOCKCONTENTION to CI task containing DEBUG_LOCKORDER
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_native_tsan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_tsan.sh b/ci/test/00_setup_env_native_tsan.sh
index ae942d892b..6bf8391209 100755
--- a/ci/test/00_setup_env_native_tsan.sh
+++ b/ci/test/00_setup_env_native_tsan.sh
@@ -11,4 +11,4 @@ export DOCKER_NAME_TAG=ubuntu:22.04
export PACKAGES="clang-13 llvm-13 libc++abi-13-dev libc++-13-dev python3-zmq"
export DEP_OPTS="CC=clang-13 CXX='clang++-13 -stdlib=libc++'"
export GOAL="install"
-export BITCOIN_CONFIG="--enable-zmq CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' CXXFLAGS='-g' --with-sanitizers=thread CC=clang-13 CXX='clang++-13 -stdlib=libc++'"
+export BITCOIN_CONFIG="--enable-zmq CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER -DDEBUG_LOCKCONTENTION' CXXFLAGS='-g' --with-sanitizers=thread CC=clang-13 CXX='clang++-13 -stdlib=libc++'"