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 5abf668 commit cf17cd8Copy full SHA for cf17cd8
ansible/roles/vitess_build/tasks/main.yml
@@ -30,13 +30,6 @@
30
with_items:
31
- /root/tmp
32
33
- - name: Build Vitess Binaries
34
- changed_when: false
35
- shell: |
36
- export TMPDIR=/root/tmp
37
- cd /go/src/vitess.io/vitess
38
- NOVTADMINBUILD=1 make build
39
-
40
- name: Remove Vitess binaries
41
shell: |
42
rm -f /usr/local/bin/vt*
@@ -45,7 +38,7 @@
45
46
export TMPDIR=/root/tmp
47
cd /go/src/vitess.io/vitess
48
- make install PREFIX=/usr/local VTROOT=/go/src/vitess.io/vitess
+ NOVTADMINBUILD=1 make install PREFIX=/usr/local VTROOT=/go/src/vitess.io/vitess
49
changed_when: false
50
43
51
44
- name: Install Vitess Other Binaries
0 commit comments