Skip to content

Commit 67d4da0

Browse files
committed
bug: Disabled ICU support for all Linux GNU builds
1 parent 191ebfd commit 67d4da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.linux-gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN major_version=$(echo "$POSTGRESQL_VERSION" | awk -F. '{print $1}') && \
6262
--enable-option-checking=fatal \
6363
--enable-thread-safety \
6464
--with-gssapi \
65-
$([ $major_version -ge 14 ] && echo "--with-icu" || echo "--without-icu") \
65+
--without-icu \
6666
$([ $major_version -ge 11 ] && echo "--with-ldap") \
6767
--with-libxml \
6868
--with-libxslt \

0 commit comments

Comments
 (0)