Skip to content

bootstrap: Update comment in config.library.toml. #89392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

@jyn514 jyn514 Sep 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I'm not sure it makes sense to keep this comment now the issue is closed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you're right, i forgot to delete that one. one sec

download-ci-llvm = "if-available"