mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Add LSAN suppressions (for OpenSSL temporary quirk)
This commit is contained in:
parent
b90b19250a
commit
3fec471c32
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
@ -69,6 +69,7 @@ jobs:
|
||||
fi
|
||||
|
||||
export TSAN_OPTIONS=suppressions=$PWD/extra/tsan.supp
|
||||
export LSAN_OPTIONS=suppressions=$PWD/extra/lsan.supp
|
||||
|
||||
if [ "${{ matrix.EVENT_MATRIX }}" == "DISABLE_OPENSSL" ]; then
|
||||
EVENT_CMAKE_OPTIONS="-DEVENT__DISABLE_OPENSSL=ON"
|
||||
|
3
extra/lsan.supp
Normal file
3
extra/lsan.supp
Normal file
@ -0,0 +1,3 @@
|
||||
# TODO: temporary, until tests itself will be fixed
|
||||
leak:libcrypto.so
|
||||
leak:libssl.so
|
Loading…
x
Reference in New Issue
Block a user