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 6ae3792 commit a14efc1Copy full SHA for a14efc1
.gitlab-ci.yml
@@ -15,7 +15,7 @@ test:ubuntu-16.04:
15
only:
16
- PGPROEE9_6
17
before_script:
18
- - apt-get update && apt-get install -y sudo gcc make flex bison libreadline-dev zlib1g-dev openjade libzstd0 libzstd-dev opensp docbook docbook-xml docbook-xsl libxml2-utils xsltproc python-dev
+ - apt-get update && apt-get install -y sudo gcc make flex bison libreadline-dev zlib1g-dev openjade libzstd0 libzstd-dev opensp docbook docbook-xml docbook-xsl libxml2-utils xsltproc python-dev libicu-dev
19
script:
20
- ./configure --prefix=/opt/pgproee --with-zstd --with-icu --with-python
21
- make -j $CORES world
0 commit comments