Skip to content

Commit

Permalink
Auto merge of rust-lang#103295 - ishitatsuyuki:ninja, r=cuviper
Browse files Browse the repository at this point in the history
ci: Bring back ninja for dist builders

The primary reason for this is that make can result in a substantial under utilization of parallelism (noticed while testing on a workstation), mostly due to the submake structure preventing good dependency tracking and scheduling.

In f758c7b (Debian 6 doesn't have ninja, so use make for the dist builds) llvm.ninja was disabled due to lack of distro package. This is no longer the case with the CentOS 7 base, so bring ninja back for a performance boost.
  • Loading branch information
bors committed Oct 30, 2022
2 parents ea9386b + cd6fe63 commit a90279b
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit a90279b

Please sign in to comment.