Skip to content

Commit c183258

Browse files
committed
ci: add LLVM_SYMBOLIZER_PATH to Valgrind fuzz job
Otherwise: ```bash NEW_FUNC[1/23]: ==4710==WARNING: invalid path to external symbolizer! ==4710==WARNING: Failed to use and restart external symbolizer! 0xb72010 (/ci_container_base/ci/scratch/build-x86_64-pc-linux-gnu/src/test/fuzz/fuzz+0xa6a010) (BuildId: 2087ad415cb752eea259ed750f3b78a7fcb0b43b) NEW_FUNC[2/23]: 0xb72240 (/ci_container_base/ci/scratch/build-x86_64-pc-linux-gnu/src/test/fuzz/fuzz+0xa6a240) (BuildId: 2087ad415cb752eea259ed750f3b78a7fcb0b43b) ```
1 parent 393f323 commit c183258

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
@@ -21,3 +21,4 @@ export BITCOIN_CONFIG="\
2121
-DCMAKE_C_COMPILER=clang-16 \
2222
-DCMAKE_CXX_COMPILER=clang++-16 \
2323
"
24+
export LLVM_SYMBOLIZER_PATH="/usr/bin/llvm-symbolizer-16"

0 commit comments

Comments
 (0)