ninja
is only used in Windows builds on CI.
#70469
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
AFAICT this is the only thing that adds
--enable-ninja
, and it's Windows-only:rust/src/ci/scripts/install-ninja.sh
Lines 9 to 16 in b9ac291
We also autodetect
ninja
and use it, but only for MSVC specifically (#43767 / #44084).On top of being (supposedly) faster than relying on
make
, IMEninja
also has less log spew when building LLVM (but it's unclear if it would help on CI, see #70468).cc @rust-lang/infra
The text was updated successfully, but these errors were encountered: