aboutsummaryrefslogtreecommitdiff
path: root/.fuzzbuzz.yml
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 /.fuzzbuzz.yml
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 '.fuzzbuzz.yml')
-rw-r--r--.fuzzbuzz.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.fuzzbuzz.yml b/.fuzzbuzz.yml
index be9a1cd4e1..e40b4df165 100644
--- a/.fuzzbuzz.yml
+++ b/.fuzzbuzz.yml
@@ -5,7 +5,7 @@ environment:
- CXXFLAGS=-fcoverage-mapping -fno-omit-frame-pointer -fprofile-instr-generate -gline-tables-only -O1
setup:
- sudo apt-get update
- - sudo apt-get install -y autoconf bsdmainutils clang git libboost-all-dev libc++1 libc++abi1 libc++abi-dev libc++-dev libclang1 libclang-dev libdb5.3++ libevent-dev libllvm-ocaml-dev libomp5 libomp-dev libqt5core5a libqt5dbus5 libqt5gui5 libtool llvm llvm-dev llvm-runtime pkg-config qttools5-dev qttools5-dev-tools software-properties-common
+ - sudo apt-get install -y autoconf bsdmainutils clang git libboost-system-dev libboost-filesystem-dev libboost-test-dev libc++1 libc++abi1 libc++abi-dev libc++-dev libclang1 libclang-dev libdb5.3++ libevent-dev libllvm-ocaml-dev libomp5 libomp-dev libqt5core5a libqt5dbus5 libqt5gui5 libtool llvm llvm-dev llvm-runtime pkg-config qttools5-dev qttools5-dev-tools software-properties-common
- ./autogen.sh
- CC=clang CXX=clang++ ./configure --enable-fuzz --with-sanitizers=address,fuzzer,undefined --enable-danger-fuzz-link-all
- make