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

pull/322/head
Mitchell Hashimoto 13 years ago
parent 415fb2c935
commit 45ad452c3b

@ -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 \

Loading…
Cancel
Save