Skip to content

Commit 9aaa9f6

Browse files
committed
WIP
1 parent ad72ae3 commit 9aaa9f6

File tree

1 file changed

+3
-3
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+3
-3
lines changed

src/bootstrap/src/core/build_steps/tool.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ pub fn prepare_tool_cargo(
173173
"TOOL SCCACHE CONFIGURED at {}, mode: {:?}, incremental: {}",
174174
ccache, mode, builder.config.incremental
175175
);
176-
if matches!(mode, Mode::ToolBootstrap) && !builder.config.incremental {
177-
cargo.env("RUSTC_WRAPPER", ccache);
178-
}
176+
// if matches!(mode, Mode::ToolBootstrap) && !builder.config.incremental {
177+
// cargo.env("RUSTC_WRAPPER", ccache);
178+
// }
179179
}
180180

181181
// clippy tests need to know about the stage sysroot. Set them consistently while building to

0 commit comments

Comments
 (0)