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 892e096
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ jobs:
]

# TODO: building level zero loader on windows-2019 and clang-cl is currently broken
# TODO: clang-cl seems to be fully broken (https://github.com/oneapi-src/unified-runtime/issues/2348)
exclude:
- os: 'windows-2019'
adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
Expand All @@ -254,12 +255,13 @@ 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}
- compiler: {c: clang-cl, cxx: clang-cl}

build_type: [Debug, Release]
compiler: [{c: cl, cxx: cl}, {c: clang-cl, cxx: clang-cl}]
include:
- compiler: {c: clang-cl, cxx: clang-cl}
toolset: "-T ClangCL"
#- compiler: {c: clang-cl, cxx: clang-cl}
# toolset: "-T ClangCL"
- os: 'windows-2022'
adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON -DUR_STATIC_ADAPTER_L0=ON'}
build_type: 'Release'
Expand Down

0 comments on commit 892e096

Please sign in to comment.