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
This commit is contained in:
Felix Lange
2016-11-03 13:44:16 +01:00
committed by Péter Szilágyi
parent d0c820acd6
commit ed2bc7fbe9
6 changed files with 33 additions and 24 deletions

View File

@ -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