Skip to content
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

Bump Fuchsia #132294

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Bump Fuchsia #132294

merged 1 commit into from
Nov 1, 2024

Conversation

tmandry
Copy link
Member

@tmandry tmandry commented Oct 28, 2024

r? @Kobzol

try-job: x86_64-fuchsia

https://fxbug.dev/376114512

@tmandry
Copy link
Member Author

tmandry commented Oct 28, 2024

@bors try

@rustbot rustbot added A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Oct 28, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 28, 2024
Bump Fuchsia

r? `@Kobzol`

try-job: x86_64-fuchsia
@bors
Copy link
Contributor

bors commented Oct 28, 2024

⌛ Trying commit b43b591 with merge 6ccb9fe...

@lqd
Copy link
Member

lqd commented Oct 28, 2024

r=me when the try build passes

@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Oct 28, 2024

💔 Test failed - checks-actions

@bors bors 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 28, 2024
@tmandry
Copy link
Member Author

tmandry commented Oct 29, 2024

@bors try

@bors
Copy link
Contributor

bors commented Oct 29, 2024

⌛ Trying commit 1d4adb7 with merge af12299...

bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 29, 2024
Bump Fuchsia

r? `@Kobzol`

try-job: x86_64-fuchsia
@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Oct 30, 2024

💔 Test failed - checks-actions

@tmandry
Copy link
Member Author

tmandry commented Oct 30, 2024

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 30, 2024
@bors
Copy link
Contributor

bors commented Oct 30, 2024

⌛ Trying commit 40c00f1 with merge 87b1a63...

@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Oct 30, 2024

💔 Test failed - checks-actions

@tmandry
Copy link
Member Author

tmandry commented Oct 30, 2024

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 30, 2024
@bors
Copy link
Contributor

bors commented Oct 30, 2024

⌛ Trying commit 985e56f with merge 46dc0e6...

@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Oct 31, 2024

☀️ Try build successful - checks-actions
Build commit: 46dc0e6 (46dc0e6426b853890592820ee6d20fbe22b42c45)

@tmandry
Copy link
Member Author

tmandry commented Oct 31, 2024

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 31, 2024
@bors
Copy link
Contributor

bors commented Oct 31, 2024

⌛ Trying commit 5b9d284 with merge 02aca56...

@bors
Copy link
Contributor

bors commented Oct 31, 2024

☀️ Try build successful - checks-actions
Build commit: 02aca56 (02aca5676266456ba5bb04c89a0fc61ccbd3cdff)

@tmandry
Copy link
Member Author

tmandry commented Oct 31, 2024

@bors r=lqd

@bors
Copy link
Contributor

bors commented Oct 31, 2024

📌 Commit 5b9d284 has been approved by lqd

It is now in the queue for this repository.

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 31, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 1, 2024
…kingjubilee

Rollup of 9 pull requests

Successful merges:

 - rust-lang#131168 (Fix `target_os` for `mipsel-sony-psx`)
 - rust-lang#132209 (Fix validation when lowering `?` trait bounds)
 - rust-lang#132294 (Bump Fuchsia)
 - rust-lang#132357 (Improve missing_abi lint)
 - rust-lang#132385 (compiler: Move `rustc_target::spec::abi::Abi` to `rustc_abi::ExternAbi`)
 - rust-lang#132403 (continue `TypingMode` refactor)
 - rust-lang#132417 (macOS: Document the difference between Clang's `-darwin` and `-macosx` targets)
 - rust-lang#132421 (Remove `""` case from RISC-V `llvm_abiname` match statement)
 - rust-lang#132422 (llvm: Match new LLVM 128-bit integer alignment on sparc)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 1219169 into rust-lang:master Nov 1, 2024
7 checks passed
@rustbot rustbot added this to the 1.84.0 milestone Nov 1, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Nov 1, 2024
Rollup merge of rust-lang#132294 - tmandry:bump-fuchsia, r=lqd

Bump Fuchsia

r? `@Kobzol`

try-job: x86_64-fuchsia

https://fxbug.dev/376114512
@tmandry tmandry deleted the bump-fuchsia branch November 1, 2024 22:49
tmandry added a commit to tmandry/team that referenced this pull request Nov 8, 2024
This is so they can update the Fuchsia pin (e.g. rust-lang/rust#132294, which is only practical because of my status as compiler team member). For the same reason this was done for the Rust for Linux team in rust-lang#1512.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants