Skip to content

Commit fa6e01b

Browse files
author
MarcoFalke
committed
ci: Use clang-8 for fuzzing to run on aarch64 ci systems
1 parent 8237889 commit fa6e01b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/test/00_setup_env_native_fuzz.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

77
export LC_ALL=C.UTF-8
88

9-
export PACKAGES="clang llvm python3 libssl1.0-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev"
9+
export PACKAGES="clang-8 llvm-8 python3 libssl1.0-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev"
1010
export NO_DEPENDS=1
1111
export RUN_UNIT_TESTS=false
1212
export RUN_FUNCTIONAL_TESTS=false
1313
export RUN_FUZZ_TESTS=true
1414
export GOAL="install"
15-
export BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,address,undefined CC=clang CXX=clang++"
15+
export BITCOIN_CONFIG="--enable-fuzz --with-sanitizers=fuzzer,address,undefined CC=clang-8 CXX=clang++-8"
16+
# Use clang-8, instead of default clang on bionic, which is clang-6 and does not come with libfuzzer on aarch64

0 commit comments

Comments
 (0)