diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2021-03-22 02:31:47 -0400 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2021-04-05 09:46:43 -0400 |
| commit | 580a740bdd35706e487abd5beb76bd28f2be4012 (patch) | |
| tree | 935573b39c41531ff59b924c1dda349d5102566a /config.toml.example | |
| parent | 35385770ae1ea86a911cc44ac43f856831e44b26 (diff) | |
| download | rust-580a740bdd35706e487abd5beb76bd28f2be4012.tar.gz rust-580a740bdd35706e487abd5beb76bd28f2be4012.zip | |
Add `download-rustc = "if-unchanged"`
This allows keeping the setting to a fixed value without having to toggle it when you want to work on the compiler instead of on tools.
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index ee06e1bd0ba..539ff06c5ad 100644 --- a/config.toml.example +++ b/config.toml.example @@ -372,7 +372,9 @@ changelog-seen = 2 # Whether to download the stage 1 and 2 compilers from CI. # This is mostly useful for tools; if you have changes to `compiler/` they will be ignored. # -# FIXME: currently, this also uses the downloaded compiler for stage0, but that causes unnecessary rebuilds. +# You can set this to "if-unchanged" to only download if `compiler/` has not been modified. +# +# FIXME(#82739): currently, this also uses the downloaded compiler for stage0, but that causes unnecessary rebuilds. #download-rustc = false # Number of codegen units to use for each compiler invocation. A value of 0 |
