10000 rebuild sockhub on deploy · m99coder/postgres_cluster@26dfccc · GitHub
[go: up one dir, main page]

Skip to content

Commit 26dfccc

Browse files
committed
rebuild sockhub on deploy
1 parent 866f8d1 commit 26dfccc

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)
0