chore: CI: fix sanitizer test excludes

Apparently StackOverflow got fixed at some point?
This commit is contained in:
Sebastian Ullrich 2022-02-04 15:01:30 +01:00 committed by GitHub
parent 6e7d76f4d8
commit 7fd76cd1b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 -E laketest_ffi
CTEST_OPTIONS: -E laketest
- name: macOS
os: macos-latest
release: true