aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_fuzz_with_valgrind.sh
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-06-27 16:05:43 +0100
committerfanquake <fanquake@gmail.com>2023-06-28 10:07:51 +0100
commitb50767fdde68d289f2bab0757d1e337277584405 (patch)
treedce21507a21813765a16d5bda690a1d3efd590e4 /ci/test/00_setup_env_native_fuzz_with_valgrind.sh
parentd9c7c2fd3ec7b0fcae7e0c9423bff6c6799dd67c (diff)
downloadbitcoin-b50767fdde68d289f2bab0757d1e337277584405.tar.xz
ci: remove duplicate bsdmainutils from CI configs
Diffstat (limited to 'ci/test/00_setup_env_native_fuzz_with_valgrind.sh')
-rwxr-xr-xci/test/00_setup_env_native_fuzz_with_valgrind.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_fuzz_with_valgrind.sh b/ci/test/00_setup_env_native_fuzz_with_valgrind.sh
index 5fee10e37e..d4cd48ef4d 100755
--- a/ci/test/00_setup_env_native_fuzz_with_valgrind.sh
+++ b/ci/test/00_setup_env_native_fuzz_with_valgrind.sh
@@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
export CI_IMAGE_NAME_TAG="debian:bookworm"
export CONTAINER_NAME=ci_native_fuzz_valgrind
-export PACKAGES="clang llvm libclang-rt-dev python3 libevent-dev bsdmainutils libboost-dev libsqlite3-dev valgrind"
+export PACKAGES="clang llvm libclang-rt-dev python3 libevent-dev libboost-dev libsqlite3-dev valgrind"
export NO_DEPENDS=1
export RUN_UNIT_TESTS=false
export RUN_FUNCTIONAL_TESTS=false