You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: