Skip to content

Commit

Permalink
disable clang build for L0 adapter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Apr 15, 2024
1 parent 6d08e9f commit 17da791
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 17da791

Please sign in to comment.