File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 345
345
# want to use vendoring. See https://forge.rust-lang.org/infra/other-installation-methods.html#source-code.
346
346
# build.vendor = if "is a tarball source" && "vendor" dir exists && ".cargo/config.toml" file exists { true } else { false }
347
347
348
- # Typically the build system will build the Rust compiler twice. The second
349
- # compiler, however, will simply use its own libraries to link against. If you
350
- # would rather to perform a full bootstrap, compiling the compiler three times ,
348
+ # If you build the compiler more than twice (stage3+) or the standard library more than once
349
+ # (stage 2+), the third compiler and second library will get uplifted from stage2 and stage1,
350
+ # respectively. If you would like to disable this uplifting, and rather perform a full bootstrap ,
351
351
# then you can set this option to true.
352
352
#
353
353
# This is only useful for verifying that rustc generates reproducible builds.
You can’t perform that action at this time.
0 commit comments