ci: Enable clang asan builds (#2717)

This commit is contained in:
Ayaz Salikhov
2025-10-24 13:36:14 +01:00
committed by GitHub
parent 1bfdd0dd89
commit 0124c06a53

View File

@@ -43,7 +43,7 @@ jobs:
env:
# TODO: remove completely when we have fixed all currently existing issues with sanitizers
SANITIZER_IGNORE_ERRORS: ${{ endsWith(inputs.conan_profile, '.tsan') || inputs.conan_profile == 'clang.asan' || (inputs.conan_profile == 'gcc.asan' && inputs.build_type == 'Release') }}
SANITIZER_IGNORE_ERRORS: ${{ endsWith(inputs.conan_profile, '.tsan') || (inputs.conan_profile == 'gcc.asan' && inputs.build_type == 'Release') }}
steps:
- name: Cleanup workspace