mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Fiddling with GOPATH
This commit is contained in:
parent
6378ef3197
commit
20c79e7bf3
|
|
@ -19,10 +19,10 @@ cd `dirname $0`/..
|
||||||
# We should move from gometalinter asap as per https://github.com/matrix-org/dendrite/issues/697 so this is a temporary
|
# We should move from gometalinter asap as per https://github.com/matrix-org/dendrite/issues/697 so this is a temporary
|
||||||
# measure. It is not, however, in the scope of this PR.
|
# measure. It is not, however, in the scope of this PR.
|
||||||
export GO111MODULE=off
|
export GO111MODULE=off
|
||||||
export GOPATH="$(pwd):$(pwd)/vendor"
|
export GOPATH="$(pwd)/vendor:$GOPATH"
|
||||||
# prefer the versions of gometalinter and the linters that we install
|
# prefer the versions of gometalinter and the linters that we install
|
||||||
# to anythign that ends up on the PATH.
|
# to anythign that ends up on the PATH.
|
||||||
export PATH="$(pwd)/bin:$(pwd)/vendor/bin:$PATH"
|
export PATH="$(pwd)/vendor/bin:$PATH"
|
||||||
|
|
||||||
args=""
|
args=""
|
||||||
if [ ${1:-""} = "fast" ]
|
if [ ${1:-""} = "fast" ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue