Skip to content

Commit 3badd37

Browse files
authored
Merge pull request #3280 from fjl/fix-go15
build: set GO15VENDOREXPERIMENT in env.sh
2 parents 64359c9 + be2a264 commit 3badd37

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)