aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-04-20 12:50:03 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-04-20 12:46:03 +0200
commit00004565ccdbaf6bf337e10a5f5ae463bd0ccf9a (patch)
tree7489189977d215a6a717fd341c6818d3c3dffe22 /.cirrus.yml
parent572b36d4ff9945baa526abe258f2645c17c88ac5 (diff)
downloadbitcoin-00004565ccdbaf6bf337e10a5f5ae463bd0ccf9a.tar.xz
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.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 6dc029ee51..e353101ecc 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -143,10 +143,10 @@ task:
FILE_ENV: "./ci/test/00_setup_env_native_msan.sh"
task:
- name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [focal]'
+ name: '[no depends, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer] [hirsute]'
<< : *GLOBAL_TASK_TEMPLATE
container:
- image: ubuntu:focal
+ image: ubuntu:hirsute
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
FILE_ENV: "./ci/test/00_setup_env_native_asan.sh"