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 184b115 commit b5cd01aCopy full SHA for b5cd01a
src/bootstrap/compile.rs
@@ -1107,8 +1107,6 @@ impl Step for Sysroot {
1107
let host_dir = builder.out.join(&compiler.host.triple);
1108
let sysroot = if compiler.stage == 0 {
1109
host_dir.join("stage0-sysroot")
1110
- } else if builder.download_rustc() {
1111
- host_dir.join("ci-rustc-sysroot")
1112
} else {
1113
host_dir.join(format!("stage{}", compiler.stage))
1114
};
0 commit comments