mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
ci: ensure that ubsan suppression list is passed, add bls.h to it
This commit is contained in:
parent
3a0b208002
commit
aab4207f74
@ -37,6 +37,7 @@ export RUN_INTEGRATIONTESTS=true
|
||||
|
||||
# Configure sanitizers options
|
||||
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
|
||||
export HOST=arm-linux-gnueabihf
|
||||
|
@ -32,3 +32,4 @@ unsigned-integer-overflow:txmempool.cpp
|
||||
unsigned-integer-overflow:util/strencodings.cpp
|
||||
unsigned-integer-overflow:validation.cpp
|
||||
vptr:fs.cpp
|
||||
vptr:bls/bls.h
|
||||
|
Loading…
Reference in New Issue
Block a user