File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1515 - uuid-dev
1616 - xsltproc
1717 - ssl-cert
18+ - liblz4-dev
1819 - libicu-dev
1920
2021- name : Download LLVM & Clang
6869
6970- name : Postgres - configure
7071 shell :
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
72+ 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 --with-lz4 -- exec-prefix=/usr/lib/postgresql --datarootdir=/var/lib/postgresql
7273 chdir : /tmp/postgresql-{{ postgresql_release }}
7374
7475- name : Postgres - build
You can’t perform that action at this time.
0 commit comments