We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a043abb commit a5bc8e2Copy full SHA for a5bc8e2
contrib/pg_dtm/tests/deploy_layouts/roles/postgrespro/tasks/dtm.yml
@@ -12,6 +12,12 @@
12
# chdir: "{{libuv.src}}"
13
# creates: "{{libuv.dst}}/lib/libuv.a"
14
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
+
21
- name: compile dtmd
22
shell: "make clean && make"
23
args:
0 commit comments