Skip to content

Commit

Permalink
bootstrap: Update comment in config.library.toml.
Browse files Browse the repository at this point in the history
Downloading LLVM from CI works for all platforms now.
  • Loading branch information
BGR360 committed Sep 30, 2021
1 parent 4aa7879 commit 1cf905f
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 1cf905f

Please sign in to comment.