Skip to content

Commit 0d78873

Browse files
committed
2 parents 45d1818 + 26dfccc commit 0d78873

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/multimaster/tests/deploy_layouts/cluster.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@
6161
set_fact:
6262
connections: "{{ connstrs.results | map(attribute='ansible_facts.connstr') | join(', ') }}"
6363

64+
- name: build sockhub
65+
shell: "make clean && make -j 4"
66+
args:
67+
chdir: "{{pg_src}}/contrib/multimaster/sockhub"
68+
6469
- name: build multimaster
6570
shell: "make clean && make -j {{makejobs}} install"
6671
args:

0 commit comments

Comments
 (0)