We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb040d commit 467be17Copy full SHA for 467be17
.github/workflows/reusable_basic.yml
@@ -227,13 +227,14 @@ jobs:
227
level_zero_provider: ['ON']
228
cuda_provider: ['ON']
229
include:
230
- - os: 'windows-2022'
231
- build_type: Release
232
- compiler: {c: clang-cl, cxx: clang-cl}
233
- shared_library: 'ON'
234
- level_zero_provider: 'ON'
235
- cuda_provider: 'ON'
236
- toolset: "-T ClangCL"
+ # temporarily disable failing CI job
+ #- os: 'windows-2022'
+ # build_type: Release
+ # compiler: {c: clang-cl, cxx: clang-cl}
+ # shared_library: 'ON'
+ # level_zero_provider: 'ON'
+ # cuda_provider: 'ON'
237
+ # toolset: "-T ClangCL"
238
- os: 'windows-2022'
239
build_type: Release
240
compiler: {c: cl, cxx: cl}
0 commit comments