We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814e036 commit 43d0931Copy full SHA for 43d0931
ci/test/00_setup_env_native_tsan.sh
@@ -11,5 +11,6 @@ export DEP_OPTS="NO_UPNP=1 DEBUG=1"
11
export TEST_RUNNER_EXTRA="--extended --exclude feature_pruning,feature_dbcrash,wallet_multiwallet.py" # Temporarily suppress ASan heap-use-after-free (see issue #14163)
12
export GOAL="install"
13
export BITCOIN_CONFIG="--enable-zmq --enable-reduce-exports --enable-crash-hooks --with-sanitizers=thread"
14
+export BITCOIN_CONFIG="${BITCOIN_CONFIG} CC=clang-15 CXX=clang++-15 CXXFLAGS=-Werror=thread-safety"
15
export CPPFLAGS="-DDEBUG_LOCKORDER -DENABLE_DASH_DEBUG -DARENA_DEBUG"
16
export PYZMQ=true
0 commit comments