-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Discover channel for LLVM download #99962
Merged
bors
merged 1 commit into
rust-lang:master
from
Mark-Simulacrum:detect-ci-artifact-channel
Jul 30, 2022
Merged
Discover channel for LLVM download #99962
bors
merged 1 commit into
rust-lang:master
from
Mark-Simulacrum:detect-ci-artifact-channel
Jul 30, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rustbot
added
the
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
label
Jul 30, 2022
rust-highfive
added
the
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
label
Jul 30, 2022
👍 this makes sense to me. Can you also fix this for download-rustc at the same time? Lines 1548 to 1551 in e33cc71
|
jyn514
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
Jul 30, 2022
Mark-Simulacrum
force-pushed
the
detect-ci-artifact-channel
branch
from
July 30, 2022 19:57
db22b8b
to
a93d1cb
Compare
When we're downloading based on a CI commit, that can still be -beta- or even -stable-, so we should lookup the channel it was built with.
Mark-Simulacrum
force-pushed
the
detect-ci-artifact-channel
branch
from
July 30, 2022 19:59
a93d1cb
to
d63e982
Compare
Ah, I looked for other cases but the "helpful" constant made it hard to find it. (Not just -nightly-). @rustbot ready |
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
Jul 30, 2022
@bors r+ rollup Thanks! |
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
Jul 30, 2022
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jul 30, 2022
…askrgr Rollup of 8 pull requests Successful merges: - rust-lang#99650 (Support `x --keep-stage 0 check`) - rust-lang#99873 (rustdoc: align invalid-html-tags lint with commonmark spec) - rust-lang#99889 (Remove `parent_pat` from `TopInfo`) - rust-lang#99890 (Do not allow bad projection term to leak into the type checker) - rust-lang#99937 (Reset directory iteration in remove_dir_all) - rust-lang#99950 (Remove more Clean trait implementations) - rust-lang#99956 (Also gate AllocatedPointer and AllocAlign definitions by LLVM_VERSION_GE) - rust-lang#99962 (Discover channel for LLVM download) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
r? @jyn514
cc @RalfJung
Reported on Zulip: https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/No.20prebuilt.20LLVM.20for.20the.20beta.20branch.3F