diff options
author | fanquake <fanquake@gmail.com> | 2020-03-05 10:05:49 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-03-07 08:34:31 +0800 |
commit | e21fa542b189263ad3a4342d048905d68c3a3507 (patch) | |
tree | 9ff72b3efc900788da651547a0d335a37c6caec2 /ci/test/00_setup_env_native_valgrind.sh | |
parent | bd37f2bc26158f85ef1ab73b9ca1fc0da8ea562a (diff) |
test: remove Boost Chrono installation from CI
Diffstat (limited to 'ci/test/00_setup_env_native_valgrind.sh')
-rw-r--r-- | ci/test/00_setup_env_native_valgrind.sh | 2 |
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 156a83590c..63eac4f813 100644 --- a/ci/test/00_setup_env_native_valgrind.sh +++ b/ci/test/00_setup_env_native_valgrind.sh @@ -7,7 +7,7 @@ export LC_ALL=C.UTF-8 export CONTAINER_NAME=ci_native_valgrind -export PACKAGES="valgrind clang llvm python3-zmq libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev" +export PACKAGES="valgrind clang llvm python3-zmq libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev" export USE_VALGRIND=1 export NO_DEPENDS=1 export TEST_RUNNER_EXTRA="p2p_segwit.py" # Only run one test for now. TODO enable all and bump timeouts |