Skip to content

Commit

Permalink
Merge pull request #1516 from pbalcer/disable-clang-l0
Browse files Browse the repository at this point in the history
disable clang build for L0 adapter tests
  • Loading branch information
lukaszstolarczuk committed Apr 17, 2024
2 parents 4347e0c + 17da791 commit d98ae1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ jobs:
]
build_type: [Debug, Release]
compiler: [{c: gcc, cxx: g++}, {c: clang, cxx: clang++}]
# TODO: The latest L0 loader segfaults when built with clang.
exclude:
- adapter: {name: L0, platform: ""}
compiler: {c: clang, cxx: clang++}

runs-on: ${{matrix.adapter.name}}

Expand Down

0 comments on commit d98ae1a

Please sign in to comment.