Skip to content

Commit

Permalink
Auto merge of #122709 - onur-ozkan:use-precompiled-rustc-by-default, …
Browse files Browse the repository at this point in the history
…r=Mark-Simulacrum

use precompiled rustc for non-dist builders

Makes non-dist builders to use precompiled CI rustc by default if they are available for the target triple.

As we are going to make `rust.download-rustc=if-unchanged` default option with rust-lang/rust#119899, we need to make sure `if-unchanged` logic never breaks and works as expected.

As an addition, this will significantly improve the build times on CI when there's no change on the compiler.

blocker for #119899

try-job: x86_64-gnu-nopt
try-job: aarch64-apple
  • Loading branch information
bors committed Oct 8, 2024
2 parents c0c2f69 + b1cc7b0 commit c54c798
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit c54c798

Please sign in to comment.