Skip to content

Commit

Permalink
Rollup merge of #89392 - BGR360:master, r=jyn514
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
Manishearth committed Sep 30, 2021
2 parents a71f822 + 098d862 commit 38aa5f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bootstrap/defaults/config.library.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ bench-stage = 0
incremental = true

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

0 comments on commit 38aa5f5

Please sign in to comment.