Skip to content

Commit e770fdd

Browse files
committed
[GHA] Disable Windows L0 clang-cl job
1 parent 5e914c5 commit e770fdd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,13 @@ jobs:
283283
{name: None, var: ''}, {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
284284
]
285285

286-
# TODO: building level zero loader on windows-2019 is currently broken
286+
# TODO: building level zero loader on windows-2019 and clang-cl.exe is currently broken
287287
exclude:
288288
- os: 'windows-2019'
289289
adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
290+
- adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
291+
compiler: {c: clang-cl.exe, cxx: clang-cl.exe}
292+
290293
build_type: [Debug, Release]
291294
compiler: [{c: cl.exe, cxx: cl.exe}, {c: clang-cl.exe, cxx: clang-cl.exe}]
292295
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)