We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1fb89 commit a8c6ba9Copy full SHA for a8c6ba9
src/bootstrap/step.rs
@@ -575,6 +575,7 @@ pub fn build_rules<'a>(build: &'a Build) -> Rules {
575
.dep(|s| s.name("libstd-tool"))
576
.run(move |s| compile::tool(build, s.stage, s.target, "qemu-test-client"));
577
rules.build("tool-cargo", "cargo")
578
+ .host(true)
579
.default(build.config.extended)
580
.dep(|s| s.name("maybe-clean-tools"))
581
0 commit comments