From bf07e3a47e4a8677077e0508558bb11227989ab2 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 5 May 2023 16:56:38 +0100 Subject: [PATCH] ci: fix asan task name Pointed out in https://github.com/bitcoin/bitcoin/issues/27380#issuecomment-1536434598. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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