mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
ci: Add missing -Wno-error=array-bounds to valgrind fuzz
This commit is contained in:
parent
96a5cd8000
commit
fa653cb416
1 changed files with 1 additions and 0 deletions
|
@ -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' \
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue