Skip to content

Commit baac2b9

Browse files
authored
Unrolled build for #148933
Rollup merge of #148933 - chenyukang:yukang-add-note-bootstrap, r=Kobzol Add note for option llvm.download-ci-llvm From https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/.E2.9C.94.20Updating.20llvm.20submodule.20may.20cost.20much.20time.2C.20can.20we.20skip.2E.2E.2E/with/555335665 I found we already have related note in rustc-dev, it's more helpful to add this in exmaple configuration file.
2 parents c880acd + 93a5c82 commit baac2b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bootstrap.example.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@
5959
# toolchain or changing LLVM locally, you probably want to leave this enabled.
6060
#
6161
# Set this to `true` to download if CI llvm available otherwise it builds
62-
# from `src/llvm-project`.
62+
# from `src/llvm-project`. If you set it to `true`, it's safe and time-saving to run
63+
# `git submodule deinit src/llvm-project` to avoid git updating the llvm-project submodule
64+
# when building compiler locally.
65+
#
6366
#
6467
# Set this to `"if-unchanged"` to download only if the llvm-project has not
6568
# been modified. You can also use this if you are unsure whether you're on a

0 commit comments

Comments
 (0)