Skip to content

Commit db80d60

Browse files
lukaszstolarczukkbenzie
authored andcommitted
Merge pull request #1516 from pbalcer/disable-clang-l0
disable clang build for L0 adapter tests
1 parent 5c2017f commit db80d60

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
@@ -175,6 +175,10 @@ jobs:
175175
]
176176
build_type: [Debug, Release]
177177
compiler: [{c: gcc, cxx: g++}, {c: clang, cxx: clang++}]
178+
# TODO: The latest L0 loader segfaults when built with clang.
179+
exclude:
180+
- adapter: {name: L0, platform: ""}
181+
compiler: {c: clang, cxx: clang++}
178182

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

0 commit comments

Comments
 (0)