Skip to content

Commit 0000456

Browse files
author
MarcoFalke
committed
ci: Use clang-12 for asan task
Changes from Ubuntu Focal to Hirsute to get clang-12. Generally, it can be expected that more recent compilers have better support for sanitizers.
1 parent 572b36d commit 0000456

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ task:
143143
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
144144

145145
task:
146-
name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [focal]'
146+
name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [hirsute]'
147147
<< : *GLOBAL_TASK_TEMPLATE
148148
container:
149-
image: ubuntu:focal
149+
image: ubuntu:hirsute
150150
env:
151151
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
152152
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"

ci/test/00_setup_env_native_asan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
88

99
export CONTAINER_NAME=ci_native_asan
1010
export PACKAGES="clang llvm python3-zmq qtbase5-dev qttools5-dev-tools libevent-dev bsdmainutils libboost-dev libboost-system-dev libboost-filesystem-dev libboost-test-dev libdb5.3++-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev libqrencode-dev libsqlite3-dev"
11-
export DOCKER_NAME_TAG=ubuntu:20.04
11+
export DOCKER_NAME_TAG=ubuntu:hirsute
1212
export NO_DEPENDS=1
1313
export GOAL="install"
1414
export BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' --with-sanitizers=address,integer,undefined CC=clang CXX=clang++ --enable-external-signer"

0 commit comments

Comments
 (0)