Skip to content

Commit

Permalink
Remove unwanted build
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Jan 28, 2025
1 parent 5abf668 commit cf17cd8
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 cf17cd8

Please sign in to comment.