From dfc19755cbc24950f6306e989fcc21e62958b1f3 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Mon, 31 Jan 2022 14:29:12 +0100 Subject: [PATCH] chore: CI: fsan-blacklist laketest_ffi as well --- .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 9da39c1f58..f40f58db8d 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 + CTEST_OPTIONS: -E StackOverflow -E laketest_deps -E laketest_ffi - name: macOS os: macos-latest release: true