Skip to content

Commit a5bc8e2

Browse files
committed
deploy: configure postgrespro to build dtmd
1 parent a043abb commit a5bc8e2

File tree

1 file changed

+6
-0
lines changed
  • contrib/pg_dtm/tests/deploy_layouts/roles/postgrespro/tasks

1 file changed

+6
-0
lines changed

contrib/pg_dtm/tests/deploy_layouts/roles/postgrespro/tasks/dtm.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
# chdir: "{{libuv.src}}"
1313
# creates: "{{libuv.dst}}/lib/libuv.a"
1414

15+
- name: configure postgrespro to build dtmd
16+
shell: ./configure --prefix={{pg_dst}} --without-zlib
17+
args:
18+
chdir: "{{pg_src}}"
19+
creates: "{{pg_dst}}/src/Makefile.global"
20+
1521
- name: compile dtmd
1622
shell: "make clean && make"
1723
args:

0 commit comments

Comments
 (0)