diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bba4e60a03..20b5e8a085 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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}}