Skip to content

Commit 467be17

Browse files
committed
Temporarily disable failing windows-2022 clang CI job
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 5bb040d commit 467be17

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,14 @@ jobs:
227227
level_zero_provider: ['ON']
228228
cuda_provider: ['ON']
229229
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"
230+
# temporarily disable failing CI job
231+
#- os: 'windows-2022'
232+
# build_type: Release
233+
# compiler: {c: clang-cl, cxx: clang-cl}
234+
# shared_library: 'ON'
235+
# level_zero_provider: 'ON'
236+
# cuda_provider: 'ON'
237+
# toolset: "-T ClangCL"
237238
- os: 'windows-2022'
238239
build_type: Release
239240
compiler: {c: cl, cxx: cl}

0 commit comments

Comments
 (0)