From 0959bc45d2a50b1dbae8c4cf0b867a03b8fd4ffe Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Thu, 14 Mar 2024 15:36:28 +0100 Subject: [PATCH] chore: CI: temporarily disable fsanitize build --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5fc87ed92..39f8097ae8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,8 @@ jobs: // exclude seriously slow tests "CTEST_OPTIONS": "-E 'interactivetest|leanpkgtest|laketest|benchtest'" }, - { + // TODO: suddenly started failing in CI + /*{ "name": "Linux fsanitize", "os": "ubuntu-latest", "quick": false, @@ -106,7 +107,7 @@ jobs: "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 seriously slow/problematic tests (laketests crash) "CTEST_OPTIONS": "-E 'interactivetest|leanpkgtest|laketest|benchtest'" - }, + },*/ { "name": "macOS", "os": "macos-latest",