Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

go.mk requires $GOPATH to be defined. #1

Closed
jmalloc opened this issue Mar 14, 2017 · 3 comments
Closed

go.mk requires $GOPATH to be defined. #1

jmalloc opened this issue Mar 14, 2017 · 3 comments

Comments

@jmalloc
Copy link
Contributor

jmalloc commented Mar 14, 2017

It should default to $HOME/go if $GOPATH is empty.

@jmalloc jmalloc reopened this Mar 23, 2017
@jmalloc
Copy link
Contributor Author

jmalloc commented Mar 23, 2017

It seems like this is still an issue.

FYI @koden-km

@jmalloc
Copy link
Contributor Author

jmalloc commented Mar 23, 2017

Root cause is Masterminds/glide#771

@jmalloc
Copy link
Contributor Author

jmalloc commented Mar 23, 2017

As a workaround, we can set GOPATH to the GOPATH Makefile variable whenever we invoke glide:

GOPATH="$(GOPATH)" $(GLIDE) install

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant