rust/.github
bors d8424f6b42 Auto merge of #74922 - joshtriplett:ninja-by-default, r=Mark-Simulacrum
Set ninja=true by default

Ninja substantially improves LLVM build time. On a 96-way system, using
Make took 248s, and using Ninja took 161s, a 35% improvement.

We already require a variety of tools to build Rust. If someone wants to
build without Ninja (for instance, to minimize the set of packages
required to bootstrap a new target), they can easily set `ninja=false`
in `config.toml`.  Our defaults should help people build Rust (and LLVM)
faster, to speed up development.
2020-08-29 06:08:37 +00:00
..
ISSUE_TEMPLATE Clarify when to use the tracking issue template 2020-04-18 21:07:28 +02:00
workflows Auto merge of #74922 - joshtriplett:ninja-by-default, r=Mark-Simulacrum 2020-08-29 06:08:37 +00:00