Skip to content

Commit bb1cff0

Browse files
committed
Merge #115: ci: sync with recent Core image changes
40a748f ci: sync with recent Core image changes (fanquake) Pull request description: Sync with recent Core CI infra changes. These may or may not fail until Core PRs are merged. Top commit has no ACKs. Tree-SHA512: d115943f78f14661b98f7b08d8d9b14fe854301db1937198a512e137842c367519df42616b093894e0385668774304079471f003b4862b0d692003bc2201f6e6
2 parents 37d2c73 + 40a748f commit bb1cff0

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)