ci: Use Ubuntu 24.04 Noble for tsan,tidy,fuzz

This commit is contained in:
MarcoFalke
2023-12-04 09:44:21 +01:00
parent 498994b6f5
commit fa83b65ef8
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
export LC_ALL=C.UTF-8
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:23.10" # This version will reach EOL in Jul 2024, and can be replaced by "ubuntu:24.04" (or anything else that ships the wanted clang version).
export CI_IMAGE_NAME_TAG="docker.io/ubuntu:24.04"
export CONTAINER_NAME=ci_native_fuzz
export PACKAGES="clang-17 llvm-17 libclang-rt-17-dev libevent-dev libboost-dev libsqlite3-dev"
export NO_DEPENDS=1