Skip to content

Commit

Permalink
Rollup merge of rust-lang#89392 - BGR360:master, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
bootstrap: Update comment in config.library.toml.

Downloading LLVM from CI works for all platforms now.

All other templates in this directory already have the proper comment. Seems this one was neglected.
  • Loading branch information
ehuss authored Sep 30, 2021
2 parents db0a311 + 1cf905f commit 1704e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/defaults/config.library.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ bench-stage = 0
incremental = true

[llvm]
# Will download LLVM from CI if available on your platform (Linux only for now)
# Will download LLVM from CI if available on your platform.
# https://github.com/rust-lang/rust/issues/77084 tracks support for more platforms
download-ci-llvm = "if-available"

0 comments on commit 1704e19

Please sign in to comment.