-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Don't require building a stage1 compiler before running cargotest
- Always use a bootstrap compiler for cargo and cargo-credential helpers This seems wrong; I think cargo is intentionally built with stage 2 because it's distributed with other parts of the release. However, I don't know how to avoid it - just changing CargoTest to build it with stage 0 unconditionally still builds rustc because it uses a `ToolRustc` mode. - Don't call `builder.ensure(Rustc)`. It's unnecessary. - Don't use the same compiler for building cargo as for testing.
- Loading branch information
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters