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

Protect against parallel builds better #151

Open
carolynvs opened this issue Feb 17, 2017 · 0 comments
Open

Protect against parallel builds better #151

carolynvs opened this issue Feb 17, 2017 · 0 comments

Comments

@carolynvs
Copy link
Collaborator

carolynvs commented Feb 17, 2017

Homebrew now uses a parallel build by default which causes get-deps to run at the same time as the go build (obviously this doesn't go so well). I've temporarily turned off parallel builds in the homebrew build but it would be nice to figure out how to improve the makefile instead.

Essentially nothing can run in parallel with get-deps, but all the other labels, like the cross-builds would benefit from that.

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

No branches or pull requests

1 participant