File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
env :
2
2
CIRRUS_CLONE_DEPTH : 1
3
3
task :
4
- name : " [system libs, no depends, fuzz, valgrind] [jammy ]"
4
+ name : " [system libs, no depends, fuzz, valgrind] [bookworm ]"
5
5
container :
6
- image : ubuntu:22.04
6
+ image : debian:bookworm
7
7
cpu : 4
8
8
memory : 16G
9
9
greedy : true
26
26
- cd /tmp/bitcoin-core
27
27
- ./ci/test_run_all.sh
28
28
task :
29
- name : " [depends, fuzz, msan] [focal ]"
29
+ name : " [depends, fuzz, msan] [lunar ]"
30
30
container :
31
- image : ubuntu:20 .04
31
+ image : ubuntu:23 .04
32
32
cpu : 4
33
33
memory : 16G
34
34
greedy : true
52
52
- sed -i 's|FuzzedDataProvider fuzzed_data_provider|return;FuzzedDataProvider fuzzed_data_provider|g' ./src/test/fuzz/strprintf.cpp # Avoid tinyformat issue
53
53
- ./ci/test_run_all.sh
54
54
task :
55
- name : " [system libs, no depends, fuzz, sanitizers] [jammy ]"
55
+ name : " [system libs, no depends, fuzz, sanitizers] [lunar ]"
56
56
container :
57
- image : ubuntu:22 .04
57
+ image : ubuntu:23 .04
58
58
cpu : 4 # To catch potential timeouts early, this task must replicate the config from https://github.com/bitcoin/bitcoin/blob/master/.cirrus.yml
59
59
memory : 16G
60
60
greedy : true
You can’t perform that action at this time.
0 commit comments