mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
ci: Bump fuzz tasks to jammy
This gives them a newer clang version, which may have more sanitizers available.
This commit is contained in:
parent
fab8cd5f87
commit
fa27745ccb
3 changed files with 4 additions and 4 deletions
|
@ -236,10 +236,10 @@ task:
|
||||||
MAKEJOBS: "-j4" # Avoid excessive memory use
|
MAKEJOBS: "-j4" # Avoid excessive memory use
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: '[fuzzer,address,undefined,integer, no depends] [focal]'
|
name: '[fuzzer,address,undefined,integer, no depends] [jammy]'
|
||||||
<< : *GLOBAL_TASK_TEMPLATE
|
<< : *GLOBAL_TASK_TEMPLATE
|
||||||
container:
|
container:
|
||||||
image: ubuntu:focal
|
image: ubuntu:jammy
|
||||||
cpu: 4 # Increase CPU and memory to avoid timeout
|
cpu: 4 # Increase CPU and memory to avoid timeout
|
||||||
memory: 16G
|
memory: 16G
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
export DOCKER_NAME_TAG="ubuntu:20.04"
|
export DOCKER_NAME_TAG="ubuntu:22.04"
|
||||||
export CONTAINER_NAME=ci_native_fuzz
|
export CONTAINER_NAME=ci_native_fuzz
|
||||||
export PACKAGES="clang llvm python3 libevent-dev bsdmainutils libboost-dev libboost-test-dev libsqlite3-dev"
|
export PACKAGES="clang llvm python3 libevent-dev bsdmainutils libboost-dev libboost-test-dev libsqlite3-dev"
|
||||||
export NO_DEPENDS=1
|
export NO_DEPENDS=1
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
export LC_ALL=C.UTF-8
|
export LC_ALL=C.UTF-8
|
||||||
|
|
||||||
export DOCKER_NAME_TAG="ubuntu:20.04"
|
export DOCKER_NAME_TAG="ubuntu:22.04"
|
||||||
export CONTAINER_NAME=ci_native_fuzz_valgrind
|
export CONTAINER_NAME=ci_native_fuzz_valgrind
|
||||||
export PACKAGES="clang llvm python3 libevent-dev bsdmainutils libboost-dev libboost-test-dev libsqlite3-dev valgrind"
|
export PACKAGES="clang llvm python3 libevent-dev bsdmainutils libboost-dev libboost-test-dev libsqlite3-dev valgrind"
|
||||||
export NO_DEPENDS=1
|
export NO_DEPENDS=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue