Skip to content

Commit bf07e3a

Browse files
committed
ci: fix asan task name
Pointed out in bitcoin/bitcoin#27380 (comment).
1 parent b11bd04 commit bf07e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ task:
262262
MAKEJOBS: "-j4" # Avoid excessive memory use due to MSan
263263

264264
task:
265-
name: '[ASan + LSan + UBSan + integer, no depends, USDT] [jammy]'
265+
name: '[ASan + LSan + UBSan + integer, no depends, USDT] [lunar]'
266266
<< : *GLOBAL_TASK_TEMPLATE
267267
# We can't use a 'container' for the USDT interface tests as the CirrusCI
268268
# containers don't have privileges to hook into bitcoind. CirrusCI uses

0 commit comments

Comments
 (0)