Skip to content

Conversation

@weihanglo
Copy link
Member

@weihanglo weihanglo commented Oct 4, 2025

Beta backports

  • e906ad9 (ignoring flaky test otherwise it sometimes fails rust-lang/rust beta backport)

In order to make CI pass, the following PRs are also cherry-picked:

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 4, 2025
@rustbot
Copy link
Collaborator

rustbot commented Oct 4, 2025

r? @ehuss

rustbot has assigned @ehuss.
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
Copy link
Collaborator

rustbot commented Oct 4, 2025

⚠️ Warning ⚠️

  • Pull requests are usually filed against the master branch for this repo, but this one is against rust-1.91.0. Please double check that you specified the right target!

@weihanglo weihanglo changed the title refactor(shell): Clarify we're printing transient status [beta-1.91] chore: Disabled reserved_windows_name test temporaily Oct 4, 2025
Unclear why it wasn't missing before.

The line was added five years ago.
Seems it should be available.
https://github.com/actions/runner-images/blob/75ec4229/images/ubuntu/scripts/build/install-rust.sh#L19-L20

Maybe due to recent pin/unpin 1.89 issue?
actions/runner-images@69c94f5b
The test exercises a regression of extra `-Zbuild-std-features`
overriding the entire default-features set.
However, after rust-lang/rust 146317 panic_immediate_abort
became a codegen flag not a Cargo feature anymore.
We pick another `optimize_for_size` feature flag to ensure the
regression case is still covered.

To verify `optimize_for_size` actually triggers the regression,
git revert f004691
and changes to `-Zbuild-std-features=optimize_for_size`.

Alternatively, we can just drop this test.
@rustbot rustbot added the A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc. label Oct 4, 2025
@epage epage merged commit 785a383 into rust-lang:rust-1.91.0 Oct 5, 2025
25 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 5, 2025
@weihanglo weihanglo deleted the beta-backport branch October 5, 2025 00:34
@rustbot rustbot added this to the 1.91.0 milestone Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-infrastructure Area: infrastructure around the cargo repo, ci, releases, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants