aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-02-04 11:39:17 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-02-04 16:35:15 +0100
commitfa4b61911d54840e9a24bfcabafec159f013ee9a (patch)
treeb4e47da617321de8f5f3794354cb41def3751dba /ci
parentfaccb2d7fe3c03f8d9c8a9078d1608948b4f62b0 (diff)
downloadbitcoin-fa4b61911d54840e9a24bfcabafec159f013ee9a.tar.xz
test: Remove unused valgrind suppressions
Diffstat (limited to 'ci')
-rwxr-xr-xci/test/00_setup_env_native_valgrind.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_valgrind.sh b/ci/test/00_setup_env_native_valgrind.sh
index 1c4b405026..90ea368df9 100755
--- a/ci/test/00_setup_env_native_valgrind.sh
+++ b/ci/test/00_setup_env_native_valgrind.sh
@@ -6,7 +6,7 @@
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_valgrind
export PACKAGES="valgrind clang llvm python3-zmq libevent-dev bsdmainutils libboost-dev libboost-test-dev libdb5.3++-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev libsqlite3-dev"
export USE_VALGRIND=1