You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
0 commit comments