Skip to content

Remove install Rust script from CI #144053

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Kobzol
Copy link
Member

@Kobzol Kobzol commented Jul 17, 2025

Windows ARM images should contain Rust now (actions/partner-runner-images#77 (comment)).

CC dpaoliello

try-job: *aarch64-msvc*

Windows ARM images should contain Rust now.
@rustbot
Copy link
Collaborator

rustbot commented Jul 17, 2025

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@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 Jul 17, 2025
@Kobzol
Copy link
Member Author

Kobzol commented Jul 17, 2025

@bors2 try

@rust-bors
Copy link

rust-bors bot commented Jul 17, 2025

⌛ Trying commit b7d2782 with merge 3661f18

To cancel the try build, run the command @bors2 try cancel.

rust-bors bot added a commit that referenced this pull request Jul 17, 2025
Remove install Rust script from CI

Windows ARM images should contain Rust now (actions/partner-runner-images#77 (comment)).

CC `@dpaoliello`

try-job: `aarch64-msvc*`
@jieyouxu jieyouxu assigned jieyouxu and unassigned Mark-Simulacrum Jul 17, 2025
@jieyouxu
Copy link
Member

You can r=me once try job is 🟢

Copy link
Member

@jieyouxu jieyouxu left a comment

Choose a reason for hiding this comment

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

Thanks

@rust-bors
Copy link

rust-bors bot commented Jul 17, 2025

💥 Test timed out

@Kobzol
Copy link
Member Author

Kobzol commented Jul 17, 2025

Hmm, maybe we have missed a webhook in bors, I'll take a look. In any case, isn't relevant to this PR, the jobs actually succeeded.

@bors r=jieyouxu rollup

@bors
Copy link
Collaborator

bors commented Jul 17, 2025

📌 Commit b7d2782 has been approved by jieyouxu

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-review Status: Awaiting review from the assignee but also interested parties. labels Jul 17, 2025
@Kobzol
Copy link
Member Author

Kobzol commented Jul 17, 2025

Yeah it looks like there was some race condition around handling of check suites. I added more logging (rust-lang/bors#359).

Kobzol added a commit to Kobzol/rust that referenced this pull request Jul 17, 2025
…ieyouxu

Remove install Rust script from CI

Windows ARM images should contain Rust now (actions/partner-runner-images#77 (comment)).

CC dpaoliello

try-job: `*aarch64-msvc*`
bors added a commit that referenced this pull request Jul 18, 2025
Rollup of 10 pull requests

Successful merges:

 - #142300 (Disable `tests/run-make/mte-ffi` because no CI runners have MTE extensions enabled)
 - #143649 (Add test for `default_field_values` and `const_default`)
 - #144010 (Boostrap: add warning on `optimize = false`)
 - #144029 (Fix wrong messages from methods with the same name from different traits)
 - #144049 (rustc-dev-guide subtree update)
 - #144053 (Remove install Rust script from CI)
 - #144056 (Copy GCC sources into the build directory even outside CI)
 - #144063 (Add myself to the `infra-ci` reviewer group and adjust some infra auto-labels)
 - #144069 (ci: use windows 22 for all free runners)
 - #144083 (miri sleep tests: increase slack)

r? `@ghost`
`@rustbot` modify labels: rollup
jhpratt added a commit to jhpratt/rust that referenced this pull request Jul 18, 2025
…ieyouxu

Remove install Rust script from CI

Windows ARM images should contain Rust now (actions/partner-runner-images#77 (comment)).

CC dpaoliello

try-job: `*aarch64-msvc*`
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jul 18, 2025
…ieyouxu

Remove install Rust script from CI

Windows ARM images should contain Rust now (actions/partner-runner-images#77 (comment)).

CC dpaoliello

try-job: `*aarch64-msvc*`
@matthiaskrgr
Copy link
Member

@bors r-
#144085 (comment)

@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-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jul 18, 2025
@Kobzol
Copy link
Member Author

Kobzol commented Jul 18, 2025

Hmm, clearly the try build and the auto build executed different base ARM Windows images.. what a mess. I'll let this sleep for a bit, until GitHub propagates the new images properly.

@Kobzol Kobzol marked this pull request as draft July 18, 2025 07:24
@jieyouxu
Copy link
Member

Ah yeah, gradual rollouts

@RalfJung
Copy link
Member

FWIW in Miri we are also still seeing images without Rust (https://github.com/rust-lang/miri/actions/runs/16386521629/job/46306799159?pr=4479).

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-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.

7 participants