Skip to content

Commit a0f78fa

Browse files
committed
Exclude problematic matrix entry
1 parent 0d828db commit a0f78fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
compiler: [clang, gcc]
1313
protobuf_lib: [protobuf-c, protobuf-cpp]
1414
valgrind: [valgrind,no-valgrind]
15+
exclude:
16+
# this combination hits linking errors: see https://github.com/pganalyze/libpg_query/pull/289
17+
- compiler: clang
18+
protobuf_lib: protobuf-cpp
19+
valgrind: valgrind
1520
steps:
1621
- name: Check out code
1722
uses: actions/checkout@v4

0 commit comments

Comments
 (0)