Skip to content

Commit b5cd01a

Browse files
chetankokilchetankokil
chetankokil
authored and
chetankokil
committed
made changes as per the suggestion
1 parent 184b115 commit b5cd01a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bootstrap/compile.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,8 +1107,6 @@ impl Step for Sysroot {
11071107
let host_dir = builder.out.join(&compiler.host.triple);
11081108
let sysroot = if compiler.stage == 0 {
11091109
host_dir.join("stage0-sysroot")
1110-
} else if builder.download_rustc() {
1111-
host_dir.join("ci-rustc-sysroot")
11121110
} else {
11131111
host_dir.join(format!("stage{}", compiler.stage))
11141112
};

0 commit comments

Comments
 (0)