Skip to content

Commit fa653cb

Browse files
author
MarcoFalke
committed
ci: Add missing -Wno-error=array-bounds to valgrind fuzz
1 parent 96a5cd8 commit fa653cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test/00_setup_env_native_fuzz_with_valgrind.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ export FUZZ_TESTS_CONFIG="--valgrind"
1717
export GOAL="all"
1818
export BITCOIN_CONFIG="\
1919
-DBUILD_FOR_FUZZING=ON \
20+
-DCMAKE_CXX_FLAGS='-Wno-error=array-bounds' \
2021
"

0 commit comments

Comments
 (0)