chore: CI: fsan-blacklist laketest_ffi as well

This commit is contained in:
Sebastian Ullrich 2022-01-31 14:29:12 +01:00
parent f3279824a3
commit dfc19755cb

View file

@ -42,7 +42,7 @@ jobs:
# turn off custom allocator & symbolic functions to make LSAN do its magic
CMAKE_OPTIONS: -DLEAN_EXTRA_CXX_FLAGS=-fsanitize=address,undefined -DLEANC_EXTRA_FLAGS='-fsanitize=address,undefined -fsanitize-link-c++-runtime' -DSMALL_ALLOCATOR=OFF -DBSYMBOLIC=OFF
# exclude problematic tests
CTEST_OPTIONS: -E StackOverflow -E laketest_deps
CTEST_OPTIONS: -E StackOverflow -E laketest_deps -E laketest_ffi
- name: macOS
os: macos-latest
release: true