Skip to content

Commit

Permalink
Merge pull request #1141 from kbenzie/benie/disable-windows-l0-clang-cl
Browse files Browse the repository at this point in the history
[GHA] Disable Windows L0 clang-cl job
  • Loading branch information
kbenzie authored Nov 30, 2023
2 parents 5e914c5 + e770fdd commit a99d1db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,13 @@ jobs:
{name: None, var: ''}, {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
]

# TODO: building level zero loader on windows-2019 is currently broken
# TODO: building level zero loader on windows-2019 and clang-cl.exe is currently broken
exclude:
- os: 'windows-2019'
adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
- adapter: {name: L0, var: '-DUR_BUILD_ADAPTER_L0=ON'}
compiler: {c: clang-cl.exe, cxx: clang-cl.exe}

build_type: [Debug, Release]
compiler: [{c: cl.exe, cxx: cl.exe}, {c: clang-cl.exe, cxx: clang-cl.exe}]
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit a99d1db

Please sign in to comment.