Skip to content

Enable parallel boostrap for CMake #41738

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jblache
Copy link

@jblache jblache commented Mar 9, 2022

The CMake build is not being run parallelized, leading to a longer than necessary build time. This PR adds the --parallel flag to the invocation of cmake_bootstrap to remediate that.

@shahmishal
Copy link
Member

@swift-ci smoke test

@shahmishal
Copy link
Member

@swift-ci smoke test

@jblache
Copy link
Author

jblache commented Mar 22, 2022

macOS smoke test failure is unrelated to this CMake changes, so this should be good to go.

@gottesmm
Copy link
Contributor

Please fix the python lint, then this LGTM. Thanks for saving compile time!

@jblache jblache force-pushed the jblache/cmake-parallel-bootstrap branch from 9a5401a to 266f21c Compare March 22, 2022 22:26
@jblache
Copy link
Author

jblache commented Mar 22, 2022

@gottesmm @shahmishal Fixed the lint error, should be all clear now!

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.

3 participants