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 0352018 commit 87ed62eCopy full SHA for 87ed62e
.github/workflows/c-cpp.yml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
+ - name: Install additional packages
16
+ run: sudo apt-get install -y libperl-dev libipc-run-perl
17
- name: pg
18
run: |
19
echo "Deploying to production server on branch $GITHUB_REF"
@@ -31,7 +33,7 @@ jobs:
31
33
32
34
# Test for PG10
35
git checkout REL_10_STABLE
- ./configure --prefix=`pwd`/tmp_install
36
+ ./configure --prefix=`pwd`/tmp_install --enable-tap-tests --with-icu --with-openssl --with-perl --with-python
37
git subtree add --prefix=contrib/aqo https://github.com/postgrespro/aqo.git $GITHUB_REF
38
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg11.patch
39
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
0 commit comments