Skip to content

Commit b930880

Browse files
authored
Unrolled build for #145453
Rollup merge of #145453 - Kobzol:bootstrap-cmd-span, r=jieyouxu Remove duplicated tracing span in bootstrap `trace_cmd` is now called also in the `stream` method, so including it also here was duplicating command spans. r? `@jieyouxu`
2 parents cd7cbe8 + 33218a2 commit b930880

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,9 +2487,6 @@ pub fn stream_cargo(
24872487
) -> bool {
24882488
let mut cmd = cargo.into_cmd();
24892489

2490-
#[cfg(feature = "tracing")]
2491-
let _run_span = crate::utils::tracing::trace_cmd(&cmd);
2492-
24932490
// Instruct Cargo to give us json messages on stdout, critically leaving
24942491
// stderr as piped so we can get those pretty colors.
24952492
let mut message_format = if builder.config.json_output {

0 commit comments

Comments
 (0)