We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e8dc69 + af72df7 commit e683291Copy full SHA for e683291
.github/workflows/cmake.yml
@@ -256,10 +256,12 @@ jobs:
256
compiler: {c: clang-cl, cxx: clang-cl}
257
258
build_type: [Debug, Release]
259
- compiler: [{c: cl, cxx: cl}, {c: clang-cl, cxx: clang-cl}]
+ # TODO: clang-cl seems to be fully broken (https://github.com/oneapi-src/unified-runtime/issues/2348)
260
+ #compiler: [{c: cl, cxx: cl}, {c: clang-cl, cxx: clang-cl}]
261
+ compiler: [{c: cl, cxx: cl}]
262
include:
- - compiler: {c: clang-cl, cxx: clang-cl}
- toolset: "-T ClangCL"
263
+ #- compiler: {c: clang-cl, cxx: clang-cl}
264
+ # toolset: "-T ClangCL"
265
- os: 'windows-2022'
266
adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON -DUR_STATIC_ADAPTER_L0=ON'}
267
build_type: 'Release'
0 commit comments