We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d73c48 commit a16b661Copy full SHA for a16b661
src/ci/citool/src/metrics.rs
@@ -30,6 +30,7 @@ fn record_bootstrap_step_durations(metrics: &JsonRoot, file: &mut File) -> anyho
30
for invocation in &metrics.invocations {
31
let step = BuildStep::from_invocation(invocation);
32
let table = format_build_steps(&step);
33
+ eprintln!("Step `{}`\n{table}\n", invocation.cmdline);
34
writeln!(
35
file,
36
r"<details>
0 commit comments