From dd8528a190277115106f2b7eff72eb228be12047 Mon Sep 17 00:00:00 2001 From: Robert Konicar Date: Tue, 8 Oct 2024 16:33:10 +0200 Subject: [PATCH] ci: Disable building with sanitizers because of asan trigger inside upstream code. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1805bebf1..6017bc9719 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: llvm-version: [19] image-version: [22.04] build-type: [Release, Debug] - sanitizers: [ON, OFF] + sanitizers: [OFF] features: ["nosarif", "sarif"] runs-on: ubuntu-${{ matrix.image-version }}