Use -q to silence RA output
This commit is contained in:
parent
ad7a8a43c5
commit
2110265577
1 changed files with 1 additions and 3 deletions
|
|
@ -189,10 +189,8 @@ fn gather_pgo_profile<'a>(
|
|||
eprintln!("Training RA on {label}...");
|
||||
cmd!(
|
||||
sh,
|
||||
"target/{target}/release/rust-analyzer analysis-stats --run-all-ide-things {train_path}"
|
||||
"target/{target}/release/rust-analyzer analysis-stats -q --run-all-ide-things {train_path}"
|
||||
)
|
||||
// analysis-stats produces an enormous amount of output on stdout
|
||||
.ignore_stdout()
|
||||
.run()
|
||||
.context("cannot generate PGO profiles")?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue