mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
ci: fix asan task name
Pointed out in https://github.com/bitcoin/bitcoin/issues/27380#issuecomment-1536434598.
This commit is contained in:
parent
b11bd045e4
commit
bf07e3a47e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue