-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
perl: don't build in parallel #17274
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'd need to change the PKG_RELEASE
as well.
6983815
to
15b37a2
Compare
Bumped release to 6. |
Parallel builds cause spurious build failures with high core counts. Closes: openwrt#8238 Signed-off-by: Martin Weinelt <[email protected]>
15b37a2
to
4756741
Compare
Rebased. |
Not sure how the test failures are related. |
@mweinelt By the way, what constitutes "high core counts"? Because I have an 6-core VM that I routinely build on, and I've never seen this... |
My build host has 32C/64T. |
@pprindeville As I'm also facing this from time to time - any objections against merging? |
I'd rather reduce the parallelism that set it to one. What about capping the number of jobs? |
Has anyone tried following this up with perl upstream? it seems like something they'd want to be fixing too? |
Indeed. |
What is the state here? Is there anything going to happen? |
Wanting to know what's been communicated upstream. Also, please investigate the build failures. |
I have investigated the failure and came up with the following: #23602 |
Superseded by #23602. |
Sorry for the delay. Been busy with satellite stuff. |
Parallel builds cause spurious build failures with high core counts.
Closes: #8238
Signed-off-by: Martin Weinelt [email protected]
Maintainer: @pprindeville
Compile tested: (put here arch, model, OpenWrt version) multiple (18.06, 19.07, 21.02)
Run tested: (put here arch, model, OpenWrt version, tests done) multiple (18.06, 19.07, 21.02)
I have been using this patchset for >1y.
Description: Fixes #8238