Commit be2a2649 authored by Felix Lange's avatar Felix Lange

build: set GO15VENDOREXPERIMENT in env.sh

This should fix the 'make' build with Go 1.5.
No related merge requests found
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment