Skip to content

Commit a01c333

Browse files
authored
Unrolled build for #146576
Rollup merge of #146576 - ognevny:opt-dist-collector-logs, r=Kobzol opt-dist: don't set `RUST_LOG=collector=debug` see https://rust-lang.zulipchat.com/#narrow/channel/122651-general/topic/opt-dist.3A.20do.20not.20set.20RUST_LOG.3Dcollector.3Ddebug.20forcefully r? Kobzol
2 parents a454fcc + 8265748 commit a01c333

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/opt-dist/src/training.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ fn init_compiler_benchmarks(
3939
"--exact-match",
4040
crates.join(",").as_str(),
4141
])
42-
.env("RUST_LOG", "collector=debug")
4342
.env("RUSTC", env.rustc_stage_0().as_str())
4443
.env("RUSTC_BOOTSTRAP", "1")
4544
.workdir(&env.rustc_perf_dir());

0 commit comments

Comments
 (0)