ci: ensure that ubsan suppression list is passed, add bls.h to it

This commit is contained in:
Kittywhiskers Van Gogh 2022-03-17 19:23:37 +05:30
parent 3a0b208002
commit aab4207f74
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ export RUN_INTEGRATIONTESTS=true
# Configure sanitizers options # Configure sanitizers options
export TSAN_OPTIONS="suppressions=${SRC_DIR}/test/sanitizer_suppressions/tsan" export TSAN_OPTIONS="suppressions=${SRC_DIR}/test/sanitizer_suppressions/tsan"
export UBSAN_OPTIONS="suppressions=${SRC_DIR}/test/sanitizer_suppressions/ubsan"
if [ "$BUILD_TARGET" = "arm-linux" ]; then if [ "$BUILD_TARGET" = "arm-linux" ]; then
export HOST=arm-linux-gnueabihf export HOST=arm-linux-gnueabihf

View File

@ -32,3 +32,4 @@ unsigned-integer-overflow:txmempool.cpp
unsigned-integer-overflow:util/strencodings.cpp unsigned-integer-overflow:util/strencodings.cpp
unsigned-integer-overflow:validation.cpp unsigned-integer-overflow:validation.cpp
vptr:fs.cpp vptr:fs.cpp
vptr:bls/bls.h