Skip to content

Conversation

hkratz
Copy link
Contributor

@hkratz hkratz commented Oct 14, 2021

llvm.download-ci-llvm="if-available" is used for most profiles configured via x.py setup. It allows downloading prebuilt LLVM tarballs from the CI artifacts for a configured list of platforms. Currently this list is restricted to tier 1 targets but it makes sense for all tier 2 targets with host tools.

@rust-highfive
Copy link
Contributor

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 14, 2021
@hkratz hkratz changed the title Make rust.download-ci-llvm="if-available" work for aarch64-apple-darwin Make llvm.download-ci-llvm="if-available" work for aarch64-apple-darwin Oct 14, 2021
@Mark-Simulacrum
Copy link
Member

Hm. In theory, the list of targets is probably the tier 2 with host tools -- roughly (or "better"). We can probably add all of those listed there -- https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-2-with-host-tools

I don't think we need automate the if-available set but that seems like a better delta here probably?

@Mark-Simulacrum Mark-Simulacrum added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 15, 2021
@hkratz hkratz changed the title Make llvm.download-ci-llvm="if-available" work for aarch64-apple-darwin Make llvm.download-ci-llvm="if-available" work for tier 2 platforms with host tools Oct 15, 2021
@hkratz hkratz force-pushed the download-ci-llvm-apple-arm64 branch from 16d1aec to ac298c9 Compare October 15, 2021 05:45
@hkratz
Copy link
Contributor Author

hkratz commented Oct 15, 2021

@rustbot label -S-waiting-on-author +S-waiting-on-review

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 15, 2021
@hkratz
Copy link
Contributor Author

hkratz commented Oct 15, 2021

PR description edited and force-pushed to include all tier 2 targets with host tools.

@hkratz hkratz changed the title Make llvm.download-ci-llvm="if-available" work for tier 2 platforms with host tools Make llvm.download-ci-llvm="if-available" work for tier 2 targets with host tools Oct 15, 2021
@Mark-Simulacrum
Copy link
Member

@bors r+ rollup

Thanks!

@bors
Copy link
Collaborator

bors commented Oct 17, 2021

📌 Commit ac298c9 has been approved by Mark-Simulacrum

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 17, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 17, 2021
…askrgr

Rollup of 7 pull requests

Successful merges:

 - rust-lang#89738 (ty::pretty: prevent infinite recursion for `extern crate` paths.)
 - rust-lang#89888 (Make `llvm.download-ci-llvm="if-available"` work for tier 2 targets with host tools)
 - rust-lang#89945 (Remove a mention to `copy_from_slice` from `clone_from_slice` doc)
 - rust-lang#89946 (Fix an ICE with TAITs and Future)
 - rust-lang#89963 (Some "parenthesis" and "parentheses" fixes)
 - rust-lang#89975 (Add a regression test for rust-lang#85921)
 - rust-lang#89977 (Make Result::as_mut const)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit eb69090 into rust-lang:master Oct 17, 2021
@rustbot rustbot added this to the 1.57.0 milestone Oct 17, 2021
@hkratz hkratz deleted the download-ci-llvm-apple-arm64 branch November 6, 2021 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants