mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
bootstrap: use the normal compiler to build std
This commit is contained in:
parent
ae12a0c200
commit
2c081769b0
@ -1283,8 +1283,7 @@ impl Step for Extended {
|
||||
let analysis_installer = builder.ensure(Analysis { compiler, target });
|
||||
|
||||
let docs_installer = builder.ensure(Docs { host: target });
|
||||
let std_installer =
|
||||
builder.ensure(Std { compiler: builder.compiler(stage, target), target });
|
||||
let std_installer = builder.ensure(Std { compiler, target });
|
||||
|
||||
let etc = builder.src.join("src/etc/installer");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user