X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=f3bc98d78aed440be29cafc9607541a03d18b494;hb=66211f6657971bdaf18996400435b6a416aa3343;hp=55b20adabd0451d4dac3312ff5c3da080ceda7f6;hpb=ac37c326aeccb5710f18235b18015750e6484d66;p=rust.git diff --git a/config.toml.example b/config.toml.example index 55b20adabd0..f3bc98d78ae 100644 --- a/config.toml.example +++ b/config.toml.example @@ -358,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.