-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Redo on building platforms in parallel #6369
Conversation
cc @brendanburns @roberthbailey Care to test on OS X? |
Re-fixes #6346 |
Wait, what!? Seriously, needs a rebase since this morning!? |
n/m, I put up a branch that didn't have the revert-revert in first. Should be mergable now. |
Just tested on OS X and this works the same as before (serial builds since my virtual box VM has less than 8G of memory). |
…ckaging phases of `make release`"" This reverts commit 9f60dde.
a function (to make it kinder on reviewers for the next piece).
@brendandburns: You were complaining about not having enough to review, so I fixed #6389 and cleaned up the Docker container build spew, too, while I was working on doc'ing Salt. |
LGTM. |
Redo on building platforms in parallel
Only build in parallel on >8G machines (as an arbitrary line in the sand).
Also parallelizes tarball builds further, as a freebie.