File tree Expand file tree Collapse file tree 4 files changed +4
-16
lines changed
Expand file tree Collapse file tree 4 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -297,17 +297,15 @@ jobs:
297297 --enable-option-checking=fatal \
298298 --enable-thread-safety \
299299 --without-icu \
300- $([ $major_version -ge 14 ] && echo "--with- ldap") \
300+ --without- ldap \
301301 --with-libxml \
302302 --with-libxslt \
303303 $([ $major_version -ge 16 ] && echo "--with-llvm") \
304304 $([ $major_version -ge 14 ] && echo "--with-lz4") \
305- --with-perl \
306305 --with-pgport=5432 \
307306 $([ $major_version -ge 15 ] && echo "--with-python") \
308307 --with-readline \
309308 --with-system-tzdata=/usr/share/zoneinfo \
310- --with-tcl \
311309 --with-uuid=e2fs \
312310 $([ $major_version -ge 16 ] && echo "--with-zstd")
313311 make $([ $major_version -ge 15 ] && echo "world-bin")
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ RUN apt-get update && \
1313 git \
1414 libicu-dev \
1515 libkrb5-dev \
16- libldap-dev \
1716 liblz4-dev \
1817 libossp-uuid-dev \
1918 libperl-dev \
@@ -33,8 +32,6 @@ RUN apt-get update && \
3332 pkg-config \
3433 python3 \
3534 python3-dev \
36- tcl \
37- tcl-dev \
3835 wget \
3936 xsltproc \
4037 zstd
@@ -61,17 +58,15 @@ RUN major_version=$(echo "$POSTGRESQL_VERSION" | awk -F. '{print $1}') && \
6158 --enable-thread-safety \
6259 --with-gssapi \
6360 --without-icu \
64- $([ $major_version -ge 11 ] && echo "--with- ldap") \
61+ --without- ldap \
6562 --with-libxml \
6663 --with-libxslt \
6764 $([ $major_version -ge 14 ] && echo "--with-lz4") \
6865 --with-openssl \
69- --with-perl \
7066 --with-pgport=5432 \
7167 $([ $major_version -ge 15 ] && echo "--with-python") \
7268 --with-readline \
7369 --with-system-tzdata=/usr/share/zoneinfo \
74- --with-tcl \
7570 --with-uuid=ossp \
7671 $([ $major_version -ge 16 ] && echo "--with-zstd") && \
7772 make $([ $major_version -ge 15 ] && echo "world-bin") && \
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ RUN apk add --no-cache \
2727 lz4-dev \
2828 make \
2929 musl-dev \
30- openldap-dev \
3130 openssl-dev \
3231 ossp-uuid-dev \
3332 patchelf \
@@ -38,8 +37,6 @@ RUN apk add --no-cache \
3837 python3 \
3938 python3-dev \
4039 readline-dev \
41- tcl \
42- tcl-dev \
4340 util-linux-dev \
4441 zlib-dev \
4542 zstd-dev
@@ -67,18 +64,16 @@ RUN major_version=$(echo "$POSTGRESQL_VERSION" | awk -F. '{print $1}') && \
6764 --enable-thread-safety \
6865 --with-gssapi \
6966 $([ $major_version -ge 14 ] && echo "--with-icu" || echo "--without-icu") \
70- $([ $major_version -ge 14 ] && echo "--with- ldap") \
67+ --without- ldap \
7168 --with-libxml \
7269 --with-libxslt \
7370 $([ $major_version -ge 16 ] && echo "--with-llvm") \
7471 $([ $major_version -ge 14 ] && echo "--with-lz4") \
7572 --with-openssl \
76- --with-perl \
7773 --with-pgport=5432 \
7874 $([ $major_version -ge 15 ] && echo "--with-python") \
7975 --with-readline \
8076 --with-system-tzdata=/usr/share/zoneinfo \
81- --with-tcl \
8277 --with-uuid=ossp \
8378 $([ $major_version -ge 16 ] && echo "--with-zstd") && \
8479 make $([ $major_version -ge 15 ] && echo "world-bin") && \
Original file line number Diff line number Diff line change 22
33set -e
44
5- release=" 2 "
5+ release=" 3 "
66all_versions=( \
77 " 16.2" " 16.1" " 16.0" \
88 " 15.6" " 15.5" " 15.4" " 15.3" " 15.2" " 15.1" " 15.0" \
You can’t perform that action at this time.
0 commit comments