Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions ansible/roles/vitess_build/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@
with_items:
- /root/tmp

- name: Build Vitess Binaries
changed_when: false
shell: |
export TMPDIR=/root/tmp
cd /go/src/vitess.io/vitess
NOVTADMINBUILD=1 make build

- name: Remove Vitess binaries
shell: |
rm -f /usr/local/bin/vt*
Expand All @@ -45,7 +38,7 @@
shell: |
export TMPDIR=/root/tmp
cd /go/src/vitess.io/vitess
make install PREFIX=/usr/local VTROOT=/go/src/vitess.io/vitess
NOVTADMINBUILD=1 make install PREFIX=/usr/local VTROOT=/go/src/vitess.io/vitess
changed_when: false

- name: Install Vitess Other Binaries
Expand Down
Loading