-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Unifying workspaces for tools and others #41601
Comments
@alexcrichton I would appreciate some discussion here. By the way, the dream is blocked by rust-lang/cargo#3976. BTW, I'm currently working on a local PoC. |
I don't really understand what the issue here is about, but faster builds are faster builds! |
Merged
bors
added a commit
that referenced
this issue
May 17, 2017
Unify tools building Close #41601 Time saving for up to 10 minutes. Cargo is now only compiled once. Downsides: - Out of tree Cargo.lock maintenance - Cargo.toml `[replace]` version maintenance
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 17, 2017
…ichton Unify tools building Close rust-lang#41601 Time saving for up to 10 minutes. Cargo is now only compiled once. Downsides: - Out of tree Cargo.lock maintenance - Cargo.toml `[replace]` version maintenance
bors
added a commit
that referenced
this issue
May 18, 2017
Unify tools building Close #41601 Time saving for up to 10 minutes. Cargo is now only compiled once. Downsides: - Out of tree Cargo.lock maintenance - Cargo.toml `[replace]` version maintenance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling cargo is known to be slow as hell, and it would be better if we build less.
I'm proposing here to make a cargo workspace for all the stage2 tools. This way,
Also, I'm not sure if it's possible, but grouping std, rustc and minor tools can also improve a bit.
The text was updated successfully, but these errors were encountered: