diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-11-14 15:16:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-14 15:16:16 +0100 |
| commit | 19d0e60cf201f340bf38786417be40f6ff24de51 (patch) | |
| tree | ab62df061463937bd0714d9bd8accf76ab2d2359 | |
| parent | fc7ca700130cae366ff9fb85f59c7c0797bc968e (diff) | |
| parent | 49f9b4b4decd6dd198416f493ad666d469897ebe (diff) | |
| download | rust-19d0e60cf201f340bf38786417be40f6ff24de51.tar.gz rust-19d0e60cf201f340bf38786417be40f6ff24de51.zip | |
Rollup merge of #133034 - onur-ozkan:new-default, r=jieyouxu
update download-rustc comments and default See https://github.com/rust-lang/rust/pull/132872#issuecomment-2476135053
| -rw-r--r-- | config.example.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml index 2bc79a6d6ba..9dc71b10f70 100644 --- a/config.example.toml +++ b/config.example.toml @@ -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 |
