Skip to content

Commit fa27745

Browse files
author
MarcoFalke
committed
ci: Bump fuzz tasks to jammy
This gives them a newer clang version, which may have more sanitizers available.
1 parent fab8cd5 commit fa27745

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,10 @@ task:
236236
MAKEJOBS: "-j4" # Avoid excessive memory use
237237

238238
task:
239-
name: '[fuzzer,address,undefined,integer, no depends] [focal]'
239+
name: '[fuzzer,address,undefined,integer, no depends] [jammy]'
240240
<< : *GLOBAL_TASK_TEMPLATE
241241
container:
242-
image: ubuntu:focal
242+
image: ubuntu:jammy
243243
cpu: 4 # Increase CPU and memory to avoid timeout
244244
memory: 16G
245245
env:

ci/test/00_setup_env_native_fuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
export LC_ALL=C.UTF-8
88

9-
export DOCKER_NAME_TAG="ubuntu:20.04"
9+
export DOCKER_NAME_TAG="ubuntu:22.04"
1010
export CONTAINER_NAME=ci_native_fuzz
1111
export PACKAGES="clang llvm python3 libevent-dev bsdmainutils libboost-dev libboost-test-dev libsqlite3-dev"
1212
export NO_DEPENDS=1

ci/test/00_setup_env_native_fuzz_with_valgrind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
export LC_ALL=C.UTF-8
88

9-
export DOCKER_NAME_TAG="ubuntu:20.04"
9+
export DOCKER_NAME_TAG="ubuntu:22.04"
1010
export CONTAINER_NAME=ci_native_fuzz_valgrind
1111
export PACKAGES="clang llvm python3 libevent-dev bsdmainutils libboost-dev libboost-test-dev libsqlite3-dev valgrind"
1212
export NO_DEPENDS=1

0 commit comments

Comments
 (0)