Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 87ed62e

Browse files
committed
Enable ICU and TAP tests in the AQO CI
1 parent 0352018 commit 87ed62e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15+
- name: Install additional packages
16+
run: sudo apt-get install -y libperl-dev libipc-run-perl
1517
- name: pg
1618
run: |
1719
echo "Deploying to production server on branch $GITHUB_REF"
@@ -31,7 +33,7 @@ jobs:
3133
3234
# Test for PG10
3335
git checkout REL_10_STABLE
34-
./configure --prefix=`pwd`/tmp_install
36+
./configure --prefix=`pwd`/tmp_install --enable-tap-tests --with-icu --with-openssl --with-perl --with-python
3537
git subtree add --prefix=contrib/aqo https://github.com/postgrespro/aqo.git $GITHUB_REF
3638
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg11.patch
3739
make -j4 > /dev/null && make -j4 -C contrib > /dev/null

0 commit comments

Comments
 (0)