Skip to content

Commit

Permalink
Unrolled build for rust-lang#133034
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#133034 - onur-ozkan:new-default, r=jieyouxu

update download-rustc comments and default

See rust-lang#132872 (comment)
  • Loading branch information
rust-timer authored Nov 14, 2024
2 parents c82e0df + 49f9b4b commit e550ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,8 @@
# Set this to "if-unchanged" if you are working on `src/tools`, `tests` or `library` (on CI, `library`
# changes triggers in-tree compiler build) to speed up the build process.
#
# Set this to `true` to download unconditionally.
#download-rustc = false
# Set this to `true` to always download or `false` to always use the in-tree compiler.
#download-rustc = "if-unchanged"

# Number of codegen units to use for each compiler invocation. A value of 0
# means "the number of cores on this machine", and 1+ is passed through to the
Expand Down

0 comments on commit e550ca4

Please sign in to comment.