aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_fuzz_with_valgrind.sh
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-02-02 10:58:32 +0800
committerfanquake <fanquake@gmail.com>2021-02-02 12:38:22 +0800
commit060a2a64d40d75fecb60b7d2b9946a67e46aa6fc (patch)
tree723f111d2a2636ea8a10065508dcf0d0d9adda60 /ci/test/00_setup_env_native_fuzz_with_valgrind.sh
parent06e1d7d81d5a56d136c6fc88f09a2b0654a164f9 (diff)
downloadbitcoin-060a2a64d40d75fecb60b7d2b9946a67e46aa6fc.tar.xz
ci: remove boost thread installation
Adjust fuzzbuzz.yml to only install the Boost components we need.
Diffstat (limited to 'ci/test/00_setup_env_native_fuzz_with_valgrind.sh')
-rw-r--r--ci/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 e06a40eb23..771ed21c6d 100644
--- 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 DOCKER_NAME_TAG="ubuntu:20.04"
export CONTAINER_NAME=ci_native_fuzz_valgrind
-export PACKAGES="clang llvm python3 libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-test-dev libboost-thread-dev valgrind"
+export PACKAGES="clang llvm python3 libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-test-dev valgrind"
export NO_DEPENDS=1
export RUN_UNIT_TESTS=false
export RUN_FUNCTIONAL_TESTS=false