Skip to content
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

Set CMAKE_BUILD_PARALLEL_LEVEL to available_parallelism #217

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

rushilmehra
Copy link
Collaborator

@rushilmehra rushilmehra commented Jan 27, 2024

cmake-rs' jobserver doesn't work reliably, if at all. One workaround is to set CMAKE_BUILD_PARALLEL_LEVEL to available_parallelism(). On my machine it shaves ~35 seconds off of boring-sys builds.

@rushilmehra rushilmehra requested review from ghedo, nox and inikulin January 27, 2024 00:58
@rushilmehra
Copy link
Collaborator Author

Happy to hide this behind a feature flag if deemed necessary

@kornelski
Copy link
Collaborator

cmake-rs' jobserver doesn't work reliably, if at all. One workaround is
to set CMAKE_BUILD_PARALLEL_LEVEL to available_parallelism(). On my
machine it shaves ~35 seconds off of boring-sys builds.
@rushilmehra rushilmehra merged commit e6833b0 into master Feb 19, 2025
23 checks passed
@rushilmehra rushilmehra deleted the faster-builds branch February 19, 2025 06:37
@rushilmehra rushilmehra changed the title Set CMAKE_BUILD_PARALLEL_LEVEL to num_cpus Set CMAKE_BUILD_PARALLEL_LEVEL to available_parallelism Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants