File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 dev-files : true
2929 - run : make
3030 env :
31- PG_CFLAGS : -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
31+ PG_CFLAGS : -DUSE_ASSERT_CHECKING - Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
3232 - run : |
3333 export PG_CONFIG=`which pg_config`
3434 sudo --preserve-env=PG_CONFIG make install
4949 postgres-version : 14
5050 - run : make
5151 env :
52- PG_CFLAGS : -Wall -Wextra -Werror -Wno-unused-parameter
52+ PG_CFLAGS : -DUSE_ASSERT_CHECKING - Wall -Wextra -Werror -Wno-unused-parameter
5353 - run : make install
5454 - run : make installcheck
5555 - if : ${{ failure() }}
9797 sudo -u postgres make installcheck
9898 sudo -u postgres make prove_installcheck
9999 env:
100- PG_CFLAGS: -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
100+ PG_CFLAGS: -DUSE_ASSERT_CHECKING - Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
101101 valgrind :
102102 if : ${{ !startsWith(github.ref_name, 'mac') && !startsWith(github.ref_name, 'windows') }}
103103 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments