File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -206,10 +206,10 @@ task:
206
206
FILE_ENV : " ./ci/test/00_setup_env_native_qt5.sh"
207
207
208
208
task :
209
- name : ' [TSan, depends, gui] [jammy ]'
209
+ name : ' [TSan, depends, gui] [2404 ]'
210
210
<< : *GLOBAL_TASK_TEMPLATE
211
211
container :
212
- image : ubuntu:jammy
212
+ image : ubuntu:24.04
213
213
cpu : 6 # Increase CPU and Memory to avoid timeout
214
214
memory : 24G
215
215
env :
Original file line number Diff line number Diff line change 7
7
export LC_ALL=C.UTF-8
8
8
9
9
export CONTAINER_NAME=ci_native_tsan
10
- export DOCKER_NAME_TAG=ubuntu:22 .04
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++'"
10
+ export DOCKER_NAME_TAG=" docker.io/ ubuntu:24 .04"
11
+ export PACKAGES=" clang-18 llvm-18 libclang-rt-18-dev libc++abi-18 -dev libc++-18 -dev python3-zmq"
12
+ export DEP_OPTS=" CC=clang-18 CXX='clang++-18 -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-13 CXX='clang++-13 -stdlib=libc++' "
14
+ export BITCOIN_CONFIG=" --enable-zmq CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' CXXFLAGS='-g' --with-sanitizers=thread"
You can’t perform that action at this time.
0 commit comments