Skip to content

Commit 52d0743

Browse files
committed
WIP
1 parent 344800b commit 52d0743

File tree

1 file changed

+4
-0
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ pub fn prepare_tool_cargo(
169169
// useful.
170170
// This is only performed for non-incremental builds, as ccache cannot deal with these.
171171
if let Some(ref ccache) = builder.config.ccache {
172+
eprintln!(
173+
"TOOL SCCACHE CONFIGURED at {}, mode: {:?}, incremental: {}",
174+
ccache, mode, builder.config.incremental
175+
);
172176
if matches!(mode, Mode::ToolBootstrap) && !builder.config.incremental {
173177
cargo.env("RUSTC_WRAPPER", ccache);
174178
}

0 commit comments

Comments
 (0)