From 6a1c70618bf361c8f54bda60b135d886c710e7d0 Mon Sep 17 00:00:00 2001 From: Ross Brunton Date: Tue, 19 Nov 2024 11:25:45 +0000 Subject: [PATCH] Temporarily disable clang-cl builds on Windows They currently break in our CI (#2348). --- .github/workflows/cmake.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0ed1799fbe..218a7f6f03 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -254,6 +254,8 @@ jobs: compiler: {c: clang-cl, cxx: clang-cl} - adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON -DUR_STATIC_ADAPTER_L0=ON'} compiler: {c: clang-cl, cxx: clang-cl} + # TODO: clang-cl seems to be fully broken (https://github.com/oneapi-src/unified-runtime/issues/2348) + - compiler: {c: clang-cl, cxx: clang-cl} build_type: [Debug, Release] compiler: [{c: cl, cxx: cl}, {c: clang-cl, cxx: clang-cl}]