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 c159b3a commit 1bb433fCopy full SHA for 1bb433f
.gitlab-ci.yml
@@ -30,7 +30,7 @@ build_job:
30
- /^PGPRO.*9_[56]$/
31
script:
32
- if [ -z "$PGPORT" ]; then PGPORT=5789; fi
33
- - ./configure --prefix=$(pwd)/tmp_install --with-perl --with-tcl ${TCLCONFIG:+--with-tclconfig=${TCLCONFIG} --with-zstd --with-icu --with-python
+ - ./configure --prefix=$(pwd)/tmp_install --with-perl --with-tcl ${TCLCONFIG:+--with-tclconfig=${TCLCONFIG}} --with-zstd --with-icu --with-python
34
- make
35
- make -C contrib
36
when: always
0 commit comments