mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-10 09:10:15 -04:00
Merge pull request #13624 from hashicorp/build-update
Remove binary generation from build script
This commit is contained in:
commit
dd85cfb91e
1 changed files with 0 additions and 18 deletions
18
.ci/build
18
.ci/build
|
|
@ -36,22 +36,4 @@ fi
|
|||
wrap mv "${gem}" "${dest}" \
|
||||
"Failed to relocate Vagrant RubyGem"
|
||||
|
||||
info "Installing submodules for vagrant-go build..."
|
||||
wrap git submodule update --init --recursive \
|
||||
"Failed to install git submodules"
|
||||
|
||||
info "Building vagrant-go linux binaries..."
|
||||
# Build vagrant-go binaries
|
||||
wrap make bin/linux \
|
||||
"Failed to build the Vagrant go linux binaries"
|
||||
|
||||
info "Building vagrant-go darwin binaries..."
|
||||
# Build darwin binary
|
||||
wrap make bin/darwin \
|
||||
"Failed to build the Vagrant go darwin amd64 binary"
|
||||
|
||||
info "Relocating vagrant-go binaries..."
|
||||
wrap mv bin/vagrant-go* "${dest}" \
|
||||
"Failed to relocate vagrant binaries to destination directory"
|
||||
|
||||
printf "build-artifacts-path=%s\n" "${dest}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue