aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_valgrind.sh
diff options
context:
space:
mode:
authorKiminuo <kiminuo@protonmail.com>2020-06-11 10:04:33 +0200
committerfanquake <fanquake@gmail.com>2022-02-03 18:35:52 +0800
commitb87f9c5edf3895df9650131fcf8551c3ad1d7301 (patch)
tree49452ef57938298ccc5f321cd2e7788b295b8b65 /ci/test/00_setup_env_native_valgrind.sh
parent41d7166c8a598b604aad6c6b1d88ad46e23be247 (diff)
downloadbitcoin-b87f9c5edf3895df9650131fcf8551c3ad1d7301.tar.xz
build: remove boost::filesystem usage
Diffstat (limited to 'ci/test/00_setup_env_native_valgrind.sh')
-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 e414385cc4..81c396ad67 100755
--- a/ci/test/00_setup_env_native_valgrind.sh
+++ b/ci/test/00_setup_env_native_valgrind.sh
@@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
export DOCKER_NAME_TAG="ubuntu:20.04"
export CONTAINER_NAME=ci_native_valgrind
-export PACKAGES="valgrind clang llvm python3-zmq libevent-dev bsdmainutils libboost-dev libboost-system-dev libboost-filesystem-dev libboost-test-dev libdb5.3++-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev libsqlite3-dev"
+export PACKAGES="valgrind clang llvm python3-zmq libevent-dev bsdmainutils libboost-dev libboost-system-dev libboost-test-dev libdb5.3++-dev libminiupnpc-dev libnatpmp-dev libzmq3-dev libsqlite3-dev"
export USE_VALGRIND=1
export NO_DEPENDS=1
export TEST_RUNNER_EXTRA="--nosandbox --exclude rpc_bind,feature_bind_extra" # Excluded for now, see https://github.com/bitcoin/bitcoin/issues/17765#issuecomment-602068547