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 070d10a commit b020b16Copy full SHA for b020b16
.github/workflows/c-cpp.yml
@@ -21,10 +21,11 @@ jobs:
21
echo "Deploying to production server on branch" $BRANCH_NAME
22
git config --global user.email "ci@postgrespro.ru"
23
git config --global user.name "CI PgPro admin"
24
+ export COPT=-Werror
25
git clone https://github.com/postgres/postgres.git pg
26
cd pg
27
git checkout master
- ./configure --prefix=`pwd`/tmp_install CFLAGS="-O3" --enable-tap-tests --enable-cassert COPT=-Werror
28
+ ./configure --prefix=`pwd`/tmp_install CFLAGS="-O3" --enable-tap-tests --enable-cassert
29
git clone https://github.com/postgrespro/aqo.git contrib/aqo
30
git -C contrib/aqo checkout $BRANCH_NAME
31
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_master.patch
0 commit comments