X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=f3bc98d78aed440be29cafc9607541a03d18b494;hb=2efde8c79505b4d53490befe2247d0f974cfe2a0;hp=9e08ce9b27e0cdf7e0d41171162a58a60234ffb3;hpb=3e236b3d1d14d0f3361742c64db37f6a430d03ef;p=rust.git diff --git a/config.toml.example b/config.toml.example index 9e08ce9b27e..f3bc98d78ae 100644 --- a/config.toml.example +++ b/config.toml.example @@ -35,9 +35,11 @@ changelog-seen = 2 # Unless you're developing for a target where Rust CI doesn't build a compiler # toolchain or changing LLVM locally, you probably want to set this to true. # -# It's currently false by default due to being newly added; please file bugs if -# enabling this did not work for you on x86_64-unknown-linux-gnu. -# Other target triples are currently not supported; see #77084. +# This is false by default so that distributions don't unexpectedly download +# LLVM from the internet. +# +# All tier 1 targets are currently supported; set this to `"if-supported"` if +# you are not sure whether you're on a tier 1 target. # # We also currently only support this when building LLVM for the build triple. # @@ -356,6 +358,12 @@ changelog-seen = 2 # #debug = false +# 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. +#download-rustc = false + # 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 # compiler.