8000
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 f5df32c commit 0a42bc7Copy full SHA for 0a42bc7
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
dev-files: true
29
- run: make
30
env:
31
- PG_CFLAGS: -DUSE_ASSERT_CHECKING -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
+ PG_CFLAGS: ${{ matrix.postgres != 18 && '-DUSE_ASSERT_CHECKING' || '' }} -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
32
- run: |
33
export PG_CONFIG=`which pg_config`
34
sudo --preserve-env=PG_CONFIG make install
0 commit comments