-
Notifications
You must be signed in to change notification settings - Fork 2.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
Support --jobs on publish argument for build parallelism #2860
Comments
Ah good point! This should be relatively easy to do, so I'm tagging with E-easy. This largely just needs to modify |
I will take it. Just to confirm @alexcrichton, we want to pipe to here? |
Indeed! (although it looks like you've already done it) |
Fixed. Thanks @mattscamp ! |
cargo build
supports a--jobs
argument for controlling the build parallelism, and this is very useful for controlling the parallelism of non-Rust builds for *-sys crates.cargo publish
should support the same option.The text was updated successfully, but these errors were encountered: