Skip to content

Commit

Permalink
Temporarily disable clang-cl builds on Windows
Browse files Browse the repository at this point in the history
They currently break in our CI (oneapi-src#2348).
  • Loading branch information
RossBrunton committed Nov 19, 2024
1 parent 0ea47d7 commit 6a1c706
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
Expand Down

0 comments on commit 6a1c706

Please sign in to comment.