Skip to content

Commit 17da791

Browse files
committed
disable clang build for L0 adapter tests
1 parent 6d08e9f commit 17da791

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ jobs:
174174
]
175175
build_type: [Debug, Release]
176176
compiler: [{c: gcc, cxx: g++}, {c: clang, cxx: clang++}]
177+
# TODO: The latest L0 loader segfaults when built with clang.
178+
exclude:
179+
- adapter: {name: L0, platform: ""}
180+
compiler: {c: clang, cxx: clang++}
177181

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

0 commit comments

Comments
 (0)