diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-05-08 09:41:38 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-05-08 09:32:45 +0200 |
commit | fa27d6d3ac065684a1219e9a948514d27929cf7c (patch) | |
tree | 0c1960f8bd27875e5033a1b46f0bad543c25fd07 /.fuzzbuzz.yml | |
parent | 9313c4e6aa4b707c06a86b33d5d2753cd8383340 (diff) |
fuzz: Remove unused --enable-danger-fuzz-link-all option
Diffstat (limited to '.fuzzbuzz.yml')
-rw-r--r-- | .fuzzbuzz.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.fuzzbuzz.yml b/.fuzzbuzz.yml deleted file mode 100644 index e40b4df165..0000000000 --- a/.fuzzbuzz.yml +++ /dev/null @@ -1,16 +0,0 @@ -base: ubuntu:16.04 -language: c++ -engine: libFuzzer -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-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 - - git clone https://github.com/bitcoin-core/qa-assets -auto_targets: - find_targets_command: find src/test/fuzz/ -executable -type f ! -name "*.cpp" ! -name "*.h" - base_corpus_dir: qa-assets/fuzz_seed_corpus/ - memory_limit: none |