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