Skip to content

Commit 8406a9f

Browse files
committed
Merge bitcoin/bitcoin#32325: ci: Add missing -Wno-error=array-bounds to valgrind fuzz
fa653cb ci: Add missing -Wno-error=array-bounds to valgrind fuzz (MarcoFalke) Pull request description: Due to an upstream GCC issue, any debug/fuzz build which aborts on failed assumes will print a false positive array-bounds warning in `src/test/fuzz/txgraph.cpp`. This also affects one CI task. Fix the CI task by ignoring the error for now. Fixes bitcoin/bitcoin#32276 ACKs for top commit: fanquake: ACK fa653cb - checked native fuzz Tree-SHA512: 0f6c5ec8d96e0bf96cd008e2de5db59e528086a67dcb77f3e59a0d83225d880a59e960d65c5bc8b5ae3de9d5d301bfc7737d95c282aa1bcc740a42561f610ca8
2 parents 96a5cd8 + fa653cb commit 8406a9f

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)