Skip to content

Commit aa3a452

Browse files
authored
Merge pull request #1395 from bratpiorka/rrudnick_disable_clang_asan
disable Clang ASAN tests in CI
2 parents a9f7bb4 + 3e9793a commit aa3a452

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reusable_sanitizers.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ jobs:
7979
VCPKG_PATH: "${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
8080
strategy:
8181
matrix:
82-
compiler: [{c: cl, cxx: cl}, {c: clang-cl, cxx: clang-cl}]
82+
# TODO restore clang-cl tests
83+
# {c: clang-cl, cxx: clang-cl}
84+
compiler: [{c: cl, cxx: cl}]
8385
# Only ASAN is supported
8486
sanitizers: [{asan: ON}]
8587
name: Sanitizers (windows-latest, compilers=${{matrix.compiler.c}}/${{matrix.compiler.cxx}}, asan=${{matrix.sanitizers.asan}})

0 commit comments

Comments
 (0)