-
Notifications
You must be signed in to change notification settings - Fork 40
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
Update Makefile to use -j2 for parallel builds #608
base: main
Are you sure you want to change the base?
Conversation
@psobolewskiPhD We use the following Markefile config for jobs in CPython doc builds. We set it to auto as default since it can still be overridden on the command line.
|
I am not convinced that it will work. We cannot make screenshots in parallel. |
We actually have running
And when the viewers open and close I get a lot of seg faults on exit, so that could be related. |
I think something that would be worth investing some time after release 0.6.0 would be to add more logging to the event loop especially around quitting and cleanup. It would be helpful to have more detailed logs to understand failures. |
|
References and relevant issues
pydata/pydata-sphinx-theme#1871 enabled parallel builds, see e.g. scipy:
scipy/scipy#20897
Description
Enables parallel building using -j2