From fedae297eb7984092a2f31de5f9a294f2e75aac5 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Fri, 14 Jun 2024 16:23:11 +0200 Subject: [PATCH] [ci] Enable ASAN special build --- .github/workflows/root-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/root-ci.yml b/.github/workflows/root-ci.yml index 58fbc102f679d..192b57d9af473 100644 --- a/.github/workflows/root-ci.yml +++ b/.github/workflows/root-ci.yml @@ -370,6 +370,10 @@ jobs: is_special: true property: clang overrides: ["LLVM_ENABLE_ASSERTIONS=On", "CMAKE_C_COMPILER=clang", "CMAKE_CXX_COMPILER=clang++"] + - image: alma9 + is_special: true + property: ASAN + overrides: ["CMAKE_BUILD_TYPE=Debug", "asan=On", tmva-sofie=Off] runs-on: - self-hosted