aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_fuzz_with_valgrind.sh
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-02-17 09:04:20 +0800
committerfanquake <fanquake@gmail.com>2021-02-17 09:04:20 +0800
commitcad8b527eaf7a93877e2249960866fd4db2d1c14 (patch)
tree73dcf875bd9d3fb2698019c0efb8dac1bd6a42a9 /ci/test/00_setup_env_native_fuzz_with_valgrind.sh
parent7c8e605bf4207d176e3a706f8928fae557e49a24 (diff)
downloadbitcoin-cad8b527eaf7a93877e2249960866fd4db2d1c14.tar.xz
build: explicitly install libboost-dev package
This package is currently installed as a side-effect of installing our other libboost-*-dev packages. However as those continue to dissapear, it makes sense to install boost dev explicitly.
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 771ed21c6d..2cf672b91e 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 valgrind"
+export PACKAGES="clang llvm python3 libevent-dev bsdmainutils libboost-dev libboost-system-dev libboost-filesystem-dev libboost-test-dev valgrind"
export NO_DEPENDS=1
export RUN_UNIT_TESTS=false
export RUN_FUNCTIONAL_TESTS=false