Turn GOGC on for packaging, use go 1.5.3

This commit is contained in:
Cameron Sparr
2016-02-21 10:41:46 -07:00
parent c9d0ae7cf3
commit 6994d4a712
2 changed files with 5 additions and 3 deletions

View File

@@ -72,6 +72,8 @@ mv $GOPATH/bin/telegraf $CIRCLE_ARTIFACTS
eval "git describe --exact-match HEAD"
if [ $? -eq 0 ]; then
# Turn GOGC back on for making packages
export GOGC=100
tag=$(git describe --exact-match HEAD)
echo $tag
exit_if_fail ./scripts/build.py --package --version=$tag --platform=linux --arch=all --upload