We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad72ae3 commit 9aaa9f6Copy full SHA for 9aaa9f6
src/bootstrap/src/core/build_steps/tool.rs
@@ -173,9 +173,9 @@ pub fn prepare_tool_cargo(
173
"TOOL SCCACHE CONFIGURED at {}, mode: {:?}, incremental: {}",
174
ccache, mode, builder.config.incremental
175
);
176
- if matches!(mode, Mode::ToolBootstrap) && !builder.config.incremental {
177
- cargo.env("RUSTC_WRAPPER", ccache);
178
- }
+ // if matches!(mode, Mode::ToolBootstrap) && !builder.config.incremental {
+ // cargo.env("RUSTC_WRAPPER", ccache);
+ // }
179
}
180
181
// clippy tests need to know about the stage sysroot. Set them consistently while building to
0 commit comments