Commit fd646004 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

scripts: build go get ./... early to speed up builds

parent 185f1769
......@@ -26,6 +26,9 @@ if [ ! -z $PACKER_RACE ]; then
PACKER_RACE="-race"
fi
echo -e "${OK_COLOR}--> Installing dependencies to speed up builds...${NO_COLOR}"
go get ./...
# Compile the main Packer app
echo -e "${OK_COLOR}--> Compiling Packer${NO_COLOR}"
go build \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment