We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 434f080 + 8801144 commit c874b1aCopy full SHA for c874b1a
src/bootstrap/src/core/download.rs
@@ -720,8 +720,10 @@ download-rustc = false
720
if !tarball.exists() {
721
let help_on_error = "ERROR: failed to download llvm from ci
722
723
- HELP: old builds get deleted after a certain time
724
- HELP: if trying to compile an old commit of rustc, disable `download-ci-llvm` in config.toml:
+ HELP: There could be two reasons behind this:
+ 1) The host triple is not supported for `download-ci-llvm`.
725
+ 2) Old builds get deleted after a certain time.
726
+ HELP: In either case, disable `download-ci-llvm` in your config.toml:
727
728
[llvm]
729
download-ci-llvm = false
0 commit comments