scripts: fix build with go-1.5 after switch to vendor/
go-1.6 enables vendor by default, but go-1.5 needs an environment variable.
This commit is contained in:
parent
5c79f8bd5d
commit
ae2f64ec40
1
build
1
build
@ -9,6 +9,7 @@ if [ ! -h gopath/src/${REPO_PATH} ]; then
|
|||||||
ln -s ../../../.. gopath/src/${REPO_PATH} || exit 255
|
ln -s ../../../.. gopath/src/${REPO_PATH} || exit 255
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export GO15VENDOREXPERIMENT=1
|
||||||
export GOBIN=${PWD}/bin
|
export GOBIN=${PWD}/bin
|
||||||
export GOPATH=${PWD}/gopath
|
export GOPATH=${PWD}/gopath
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user