Open
Description
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
, IME ninja
also has less log spew when building LLVM (but it's unclear if it would help on CI, see #70468).
cc @rust-lang/infra