diff options
author | Felix Lange <fjl@twurst.com> | 2016-11-03 20:44:16 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-11-03 20:44:16 +0800 |
commit | ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c (patch) | |
tree | 607dacdb7baeda5e4138bca28b4b0fa1ff4843ac /build/env.sh | |
parent | d0c820acd697964c8480d91e1fa10615276b3ef6 (diff) | |
download | dexon-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar dexon-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.gz dexon-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.bz2 dexon-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.lz dexon-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.xz dexon-ed2bc7fbe9a30c1861cffdd7d0fd570847a2ae0c.tar.zst dexon-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-x | build/env.sh | 1 |
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 |