Skip to content

Commit 2c08176

Browse files
committed
bootstrap: use the normal compiler to build std
1 parent ae12a0c commit 2c08176

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bootstrap/dist.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,8 +1283,7 @@ impl Step for Extended {
12831283
let analysis_installer = builder.ensure(Analysis { compiler, target });
12841284

12851285
let docs_installer = builder.ensure(Docs { host: target });
1286-
let std_installer =
1287-
builder.ensure(Std { compiler: builder.compiler(stage, target), target });
1286+
let std_installer = builder.ensure(Std { compiler, target });
12881287

12891288
let etc = builder.src.join("src/etc/installer");
12901289

0 commit comments

Comments
 (0)