mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-15 04:26:37 +00:00
Merge pull request #3280 from fjl/fix-go15
build: set GO15VENDOREXPERIMENT in env.sh
This commit is contained in:
commit
3badd3782b
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ fi
|
||||||
|
|
||||||
# Set up the environment to use the workspace.
|
# Set up the environment to use the workspace.
|
||||||
GOPATH="$workspace"
|
GOPATH="$workspace"
|
||||||
export GOPATH
|
GO15VENDOREXPERIMENT=1
|
||||||
|
export GOPATH GO15VENDOREXPERIMENT
|
||||||
|
|
||||||
# Run the command inside the workspace.
|
# Run the command inside the workspace.
|
||||||
cd "$ethdir/go-ethereum"
|
cd "$ethdir/go-ethereum"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue