File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
8
8
9
9
export CONTAINER_NAME=ci_native_tsan
10
10
export DOCKER_NAME_TAG=ubuntu:22.04
11
- export PACKAGES=" clang llvm libc++abi-dev libc++-dev python3-zmq"
12
- export DEP_OPTS=" CC=clang CXX='clang++ -stdlib=libc++'"
11
+ export PACKAGES=" clang-13 llvm-13 libc++abi-13- dev libc++-13 -dev python3-zmq"
12
+ export DEP_OPTS=" CC=clang-13 CXX='clang++-13 -stdlib=libc++'"
13
13
export GOAL=" install"
14
- export BITCOIN_CONFIG=" --enable-zmq CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' CXXFLAGS='-g' --with-sanitizers=thread CC=clang CXX='clang++ -stdlib=libc++'"
14
+ export BITCOIN_CONFIG=" --enable-zmq CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' CXXFLAGS='-g' --with-sanitizers=thread CC=clang-13 CXX='clang++-13 -stdlib=libc++'"
You can’t perform that action at this time.
0 commit comments