-
-
Notifications
You must be signed in to change notification settings - Fork 33k
bpo-40424: allow makexp_aix to manage parallel build requests #19759
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
Conversation
… option to make (-jNN) Patch by M. Felt.
p.s. I did not bother with a NEWS blurb - not really related to Python (sic) |
OOps - had not seen skip news today - so added something. Shall I delete it? |
Just thought I'd mention - most of the bot failures, such as: https://buildbot.python.org/all/#builders/227/builds/1150 are caused because makexp_aix was not written (in 1998 and 1999) for parallel processing. This leads to:
Specifically, the lines:
cause the file This PR is to minimize, if not eliminate, both issues. Your consideration for a merge is appreciated. |
LGTM but to be fair, I helped write it 😁 |
Quite right. And a different form is already added, so closing. |
Make the build utility
makexp_aix
able to deal with parallel buildmake (-jNN)
Patch by M. Felt.
https://bugs.python.org/issue40424