Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't pass the -i flag to go when building #229

Open
defuse opened this issue Mar 26, 2020 · 2 comments
Open

Don't pass the -i flag to go when building #229

defuse opened this issue Mar 26, 2020 · 2 comments

Comments

@defuse
Copy link
Collaborator

defuse commented Mar 26, 2020

└─ $ make
GO111MODULE=on CGO_ENABLED=1 go build -i -v ./cmd/server

Linda ran into golang/go#37962 which is happening because I think the -i flag means install dependencies to the system, or something like that.

I don't see how that command is actually generated from the Makefile at the moment but we probably don't want the -i in there.

@lindanlee
Copy link
Contributor

@defuse I don't think I'll be looking at this, could you see if you can fix it?

@lindanlee
Copy link
Contributor

I'm currently just removing the -i flags locally and everything seems to be fine. Not sure if it'll break things for other OSes if they are just removed outright.

image

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

No branches or pull requests

2 participants