Skip to content

Commit 40a748f

Browse files
committed
ci: sync with recent Core image changes
1 parent 37d2c73 commit 40a748f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.cirrus.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
env:
22
CIRRUS_CLONE_DEPTH: 1
33
task:
4-
name: "[system libs, no depends, fuzz, valgrind] [jammy]"
4+
name: "[system libs, no depends, fuzz, valgrind] [bookworm]"
55
container:
6-
image: ubuntu:22.04
6+
image: debian:bookworm
77
cpu: 4
88
memory: 16G
99
greedy: true
@@ -26,9 +26,9 @@ task:
2626
- cd /tmp/bitcoin-core
2727
- ./ci/test_run_all.sh
2828
task:
29-
name: "[depends, fuzz, msan] [focal]"
29+
name: "[depends, fuzz, msan] [lunar]"
3030
container:
31-
image: ubuntu:20.04
31+
image: ubuntu:23.04
3232
cpu: 4
3333
memory: 16G
3434
greedy: true
@@ -52,9 +52,9 @@ task:
5252
- sed -i 's|FuzzedDataProvider fuzzed_data_provider|return;FuzzedDataProvider fuzzed_data_provider|g' ./src/test/fuzz/strprintf.cpp # Avoid tinyformat issue
5353
- ./ci/test_run_all.sh
5454
task:
55-
name: "[system libs, no depends, fuzz, sanitizers] [jammy]"
55+
name: "[system libs, no depends, fuzz, sanitizers] [lunar]"
5656
container:
57-
image: ubuntu:22.04
57+
image: ubuntu:23.04
5858
cpu: 4 # To catch potential timeouts early, this task must replicate the config from https://github.com/bitcoin/bitcoin/blob/master/.cirrus.yml
5959
memory: 16G
6060
greedy: true

0 commit comments

Comments
 (0)