Skip to content

Commit

Permalink
Merge pull request #636 from vitessio/skip-vtadmin-build
Browse files Browse the repository at this point in the history
Remove unwanted vitess build
  • Loading branch information
frouioui authored Jan 28, 2025
2 parents de5bf6a + cf17cd8 commit b94ecf7
Showing 1 changed file with 1 addition and 8 deletions.
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

0 comments on commit b94ecf7

Please sign in to comment.