From a18f535f2169cd22f80f7ccfe3ad45fbf43fbc42 Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Sun, 21 Feb 2016 16:00:41 -0700 Subject: [PATCH] Circle script: unset GOGC so it uses default --- scripts/circle-test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/circle-test.sh b/scripts/circle-test.sh index 16812b980..863fc396f 100755 --- a/scripts/circle-test.sh +++ b/scripts/circle-test.sh @@ -72,8 +72,7 @@ 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 + unset GOGC tag=$(git describe --exact-match HEAD) echo $tag exit_if_fail ./scripts/build.py --package --version=$tag --platform=linux --arch=all --upload