diff options
author | fanquake <fanquake@gmail.com> | 2023-05-05 16:56:38 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-05-05 16:58:23 +0100 |
commit | bf07e3a47e4a8677077e0508558bb11227989ab2 (patch) | |
tree | ec1f73f50fcbebb3a28356ed35f6fa323b1443e1 /.cirrus.yml | |
parent | b11bd045e4f1dadab1c8bdd422bb5f2ebf588e56 (diff) |
ci: fix asan task name
Pointed out in
https://github.com/bitcoin/bitcoin/issues/27380#issuecomment-1536434598.
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 2d3efee8cf..72a5438fbe 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -262,7 +262,7 @@ task: MAKEJOBS: "-j4" # Avoid excessive memory use due to MSan task: - name: '[ASan + LSan + UBSan + integer, no depends, USDT] [jammy]' + name: '[ASan + LSan + UBSan + integer, no depends, USDT] [lunar]' << : *GLOBAL_TASK_TEMPLATE # We can't use a 'container' for the USDT interface tests as the CirrusCI # containers don't have privileges to hook into bitcoind. CirrusCI uses |