8000
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 866f8d1 commit 26dfcccCopy full SHA for 26dfccc
contrib/multimaster/tests/deploy_layouts/cluster.yml
@@ -61,6 +61,11 @@
61
set_fact:
62
connections: "{{ connstrs.results | map(attribute='ansible_facts.connstr') | join(', ') }}"
63
64
+ - name: build sockhub
65
+ shell: "make clean && make -j 4"
66
+ args:
67
+ chdir: "{{pg_src}}/contrib/multimaster/sockhub"
68
+
69
- name: build multimaster
70
shell: "make clean && make -j {{makejobs}} install"
71
args:
0 commit comments