]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Rollup merge of #81965 - osa1:issue81200, r=oli-obk
[rust.git] / config.toml.example
index 55b20adabd0451d4dac3312ff5c3da080ceda7f6..f3bc98d78aed440be29cafc9607541a03d18b494 100644 (file)
@@ -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.