-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
boost: limit concurrent jobs to the maximum supported number #47255
Conversation
This can be merged on master right-away. <100 packages is ok. |
ce3d55e
to
007bc47
Compare
Ah, good to know! Just switched the base branch and force-pushed 👍 |
Let's build one each of the 3 cases |
Failure on x86_64-darwin (full log) Attempted: boost155, boost164, boost167 Partial log (click to expand)
|
One darwin builder has had this issue since yesterday. |
Failure on aarch64-linux (full log) Attempted: boost155, boost164, boost167 Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: boost155, boost164, boost167 Partial log (click to expand)
|
boost155 is broken on aarch64 ... Anyway, looks good. |
(cherry picked from commit ba278c3)
backported: 35271fd |
Thanks! |
Motivation for this change
Versions of b2 before 1.65 have job limits; specifically:
You can see from the build failures that we appear to be running into this error
/cc ZHF #45960
(sent to staging under the assumption that this will be a huge rebuild...)Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)cc @peti @wkennington