ci: Add missing -Wno-error=array-bounds to valgrind fuzz

This commit is contained in:
MarcoFalke 2025-04-22 16:00:12 +02:00
parent 96a5cd8000
commit fa653cb416
No known key found for this signature in database

View file

@ -17,4 +17,5 @@ export FUZZ_TESTS_CONFIG="--valgrind"
export GOAL="all" export GOAL="all"
export BITCOIN_CONFIG="\ export BITCOIN_CONFIG="\
-DBUILD_FOR_FUZZING=ON \ -DBUILD_FOR_FUZZING=ON \
-DCMAKE_CXX_FLAGS='-Wno-error=array-bounds' \
" "