From 7fd76cd1b952e33f1bf3e9e05e445a176582f91e Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Fri, 4 Feb 2022 15:01:30 +0100 Subject: [PATCH] chore: CI: fix sanitizer test excludes Apparently StackOverflow got fixed at some point? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 990d570fad..963f32c4d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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