We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa563ce commit fa7c850Copy full SHA for fa7c850
ci/test/00_setup_env_native_tsan.sh
@@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
8
9
export CONTAINER_NAME=ci_native_tsan
10
export DOCKER_NAME_TAG=ubuntu:20.04
11
-export PACKAGES="clang libc++abi-dev libc++-dev python3-zmq"
+export PACKAGES="clang llvm libc++abi-dev libc++-dev python3-zmq"
12
export DEP_OPTS="CC=clang CXX='clang++ -stdlib=libc++'"
13
export GOAL="install"
14
export BITCOIN_CONFIG="--enable-zmq --disable-wallet --with-gui=no CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' --with-sanitizers=thread CC=clang CXX='clang++ -stdlib=libc++'"
0 commit comments