Clarify that build.full-bootstrap is only used to affect uplifting, not stage selection
This commit is contained in:
parent
36dfed6435
commit
f2c2d3ebc3
1 changed files with 3 additions and 3 deletions
|
|
@ -345,9 +345,9 @@
|
||||||
# want to use vendoring. See https://forge.rust-lang.org/infra/other-installation-methods.html#source-code.
|
# want to use vendoring. See https://forge.rust-lang.org/infra/other-installation-methods.html#source-code.
|
||||||
#build.vendor = if "is a tarball source" && "vendor" dir exists && ".cargo/config.toml" file exists { true } else { false }
|
#build.vendor = if "is a tarball source" && "vendor" dir exists && ".cargo/config.toml" file exists { true } else { false }
|
||||||
|
|
||||||
# Typically the build system will build the Rust compiler twice. The second
|
# If you build the compiler more than twice (stage3+) or the standard library more than once
|
||||||
# compiler, however, will simply use its own libraries to link against. If you
|
# (stage 2+), the third compiler and second library will get uplifted from stage2 and stage1,
|
||||||
# would rather to perform a full bootstrap, compiling the compiler three times,
|
# respectively. If you would like to disable this uplifting, and rather perform a full bootstrap,
|
||||||
# then you can set this option to true.
|
# then you can set this option to true.
|
||||||
#
|
#
|
||||||
# This is only useful for verifying that rustc generates reproducible builds.
|
# This is only useful for verifying that rustc generates reproducible builds.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue