Skip to content

Commit 288dba8

Browse files
authored
build PG with ICU support (supabase#491)
1 parent 39dc423 commit 288dba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ansible/tasks/setup-postgres.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- uuid-dev
1616
- xsltproc
1717
- ssl-cert
18+
- libicu-dev
1819

1920
- name: Download LLVM & Clang
2021
apt:
@@ -67,7 +68,7 @@
6768

6869
- name: Postgres - configure
6970
shell:
70-
cmd: CFLAGS='{{ cflags }}' LLVM_CONFIG=/usr/bin/llvm-config-11 CLANG=/usr/bin/clang-11 ./configure --with-llvm --with-openssl --with-systemd --with-uuid=e2fs --with-libxml --exec-prefix=/usr/lib/postgresql --datarootdir=/var/lib/postgresql
71+
cmd: CFLAGS='{{ cflags }}' LLVM_CONFIG=/usr/bin/llvm-config-11 CLANG=/usr/bin/clang-11 ./configure --with-llvm --with-openssl --with-systemd --with-uuid=e2fs --with-libxml --with-icu --exec-prefix=/usr/lib/postgresql --datarootdir=/var/lib/postgresql
7172
chdir: /tmp/postgresql-{{ postgresql_release }}
7273

7374
- name: Postgres - build

0 commit comments

Comments
 (0)