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_asan.sh | |
parent | bd37f2bc26158f85ef1ab73b9ca1fc0da8ea562a (diff) |
test: remove Boost Chrono installation from CI
Diffstat (limited to 'ci/test/00_setup_env_native_asan.sh')
-rw-r--r-- | ci/test/00_setup_env_native_asan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_asan.sh b/ci/test/00_setup_env_native_asan.sh index 24c043cb52..d5f39daaf5 100644 --- a/ci/test/00_setup_env_native_asan.sh +++ b/ci/test/00_setup_env_native_asan.sh @@ -7,7 +7,7 @@ export LC_ALL=C.UTF-8 export CONTAINER_NAME=ci_native_asan -export PACKAGES="clang-8 llvm-8 python3-zmq qtbase5-dev qttools5-dev-tools 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 libqrencode-dev" +export PACKAGES="clang-8 llvm-8 python3-zmq qtbase5-dev qttools5-dev-tools libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libqrencode-dev" # Use clang-8 instead of default clang (which is clang-6 on Bionic) to avoid spurious segfaults when running on ppc64le export NO_DEPENDS=1 export GOAL="install" |