Skip to content

Commit 341f0a1

Browse files
committed
revert temporary patch #108288
Signed-off-by: onur-ozkan <[email protected]>
1 parent d73bd3f commit 341f0a1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/bootstrap/src/core/build_steps/compile.rs

-7
Original file line numberDiff line numberDiff line change
@@ -1678,13 +1678,6 @@ impl Step for Assemble {
16781678
// when not performing a full bootstrap).
16791679
builder.ensure(Rustc::new(build_compiler, target_compiler.host));
16801680

1681-
// FIXME: For now patch over problems noted in #90244 by early returning here, even though
1682-
// we've not properly assembled the target sysroot. A full fix is pending further investigation,
1683-
// for now full bootstrap usage is rare enough that this is OK.
1684-
if target_compiler.stage >= 3 && !builder.config.full_bootstrap {
1685-
return target_compiler;
1686-
}
1687-
16881681
for &backend in builder.config.rust_codegen_backends.iter() {
16891682
if backend == "llvm" {
16901683
continue; // Already built as part of rustc

0 commit comments

Comments
 (0)