Skip to content

Commit 09869ab

Browse files
dragarciadarora
authored andcommitted
Revert changes made in #151
1 parent 0940818 commit 09869ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/tasks/setup-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
- name: Postgres - configure
6060
shell:
61-
cmd: CFLAGS='{{ cflags }} -ggdb -O0 -g -fno-omit-frame-pointer' LLVM_CONFIG=/usr/bin/llvm-config-11 CLANG=/usr/bin/clang-11 ./configure --enable-cassert --enable-debug --with-llvm --with-openssl --with-systemd --with-uuid=e2fs --exec-prefix=/usr/lib/postgresql --datarootdir=/var/lib/postgresql
61+
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 --exec-prefix=/usr/lib/postgresql --datarootdir=/var/lib/postgresql
6262
chdir: /tmp/postgresql-{{ postgresql_release }}
6363

6464
- name: Postgres - build

common.vars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"postgres-version": "14.1.0.15-rc3"
2+
"postgres-version": "14.1.0.15-rc4"
33
}

0 commit comments

Comments
 (0)