aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2015-03-12 16:41:28 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2015-03-12 16:41:28 +0000
commitdd935079bddc072c0179dc94befbf6f2584fbf45 (patch)
treeae14342609f30091c10f6130d4366e23f88e23f4
parente5451b4d50925e4c54c7aa97059a37a085457cd4 (diff)
Don't unpack or run the resulting tarball
-rwxr-xr-xbuild-arm64-go.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build-arm64-go.sh b/build-arm64-go.sh
index 46c8597..cce20c8 100755
--- a/build-arm64-go.sh
+++ b/build-arm64-go.sh
@@ -36,4 +36,3 @@ cd go/src && ./all.bash
popd
tar -acf go.tar.gz go/{bin,src,test,api,pkg}
-tar -C /usr/local -axf go.tar.gz && /usr/local/go/bin/go env