Skip to content

Commit be2a264

Browse files
committed
build: set GO15VENDOREXPERIMENT in env.sh
This should fix the 'make' build with Go 1.5.
1 parent 64359c9 commit be2a264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ fi
2020

2121
# Set up the environment to use the workspace.
2222
GOPATH="$workspace"
23-
export GOPATH
23+
GO15VENDOREXPERIMENT=1
24+
export GOPATH GO15VENDOREXPERIMENT
2425

2526
# Run the command inside the workspace.
2627
cd "$ethdir/go-ethereum"

0 commit comments

Comments
 (0)