aboutsummaryrefslogtreecommitdiffstats
path: root/build/env.sh
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-11-03 20:44:16 +0800
committerPéter Szilágyi <peterke@gmail.com>2016-11-03 20:44:16 +0800
commited2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c (patch)
tree607dacdb7baeda5e4138bca28b4b0fa1ff4843ac /build/env.sh
parentd0c820acd697964c8480d91e1fa10615276b3ef6 (diff)
downloadgo-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar
go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.gz
go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.bz2
go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.lz
go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.xz
go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.zst
go-tangerine-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.zip
build, internal/build: misc improvements (#3229)
* travis.yml: don't create darwin/386 builds * build: remove godep remains * internal/build: improve archives - enable compression for zip files - don't write half-complete archives * build: add -unstable to archive names
Diffstat (limited to 'build/env.sh')
-rwxr-xr-xbuild/env.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/env.sh b/build/env.sh
index c418dae44..3914555d1 100755
--- a/build/env.sh
+++ b/build/env.sh
@@ -19,7 +19,6 @@ if [ ! -L "$ethdir/go-ethereum" ]; then
fi
# Set up the environment to use the workspace.
-# Also add Godeps workspace so we build using canned dependencies.
GOPATH="$workspace"
export GOPATH