We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d828db commit a0f78faCopy full SHA for a0f78fa
.github/workflows/ci.yml
@@ -12,6 +12,11 @@ jobs:
12
compiler: [clang, gcc]
13
protobuf_lib: [protobuf-c, protobuf-cpp]
14
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
20
steps:
21
- name: Check out code
22
uses: actions/checkout@v4
0 commit comments