LLVM build output spew doubles the size CI logs. #70468
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Out of the 12622 log lines in a recent
dist-x86_64-linux
build:So that's 6536 lines, over half of the log, that's noise from a successful LLVM build.
The result is slowed down log navigation, which can be frustrating when looking for an failure.
I'm not sure what the best way to quiet each of these things is, but I should mention that with
ninja
(and no-static-libstdc++
), the only thing I see locally is the 1693 "Installing: ..." lines:ninja
would behave on CI (on Windows CI it certainly still outputs one line per file)cc @Mark-Simulacrum
The text was updated successfully, but these errors were encountered: