forked from cerc-io/plugeth
build: set GO15VENDOREXPERIMENT in env.sh
This should fix the 'make' build with Go 1.5.
This commit is contained in:
parent
64359c9417
commit
be2a264915
@ -20,7 +20,8 @@ fi
|
||||
|
||||
# Set up the environment to use the workspace.
|
||||
GOPATH="$workspace"
|
||||
export GOPATH
|
||||
GO15VENDOREXPERIMENT=1
|
||||
export GOPATH GO15VENDOREXPERIMENT
|
||||
|
||||
# Run the command inside the workspace.
|
||||
cd "$ethdir/go-ethereum"
|
||||
|
Loading…
Reference in New Issue
Block a user