Uh oh!
There was an error while loading. Please reload this page.
Update bootstrap's dependencies to remove winapi and old windows-sys - #146168
Merged
Conversation
rustbot
commented
Sep 3, 2025
Collaborator
dpaolielloforce-pushed
the
bootstrapdeps
branch
from
September 3, 2025 17:24
4c7b4ec to
31d1d82Comparedpaoliello
commented
Sep 3, 2025
ContributorAuthor
FYI, I'm also looking into the dependencies that are pulling in |
lqd
commented
Sep 3, 2025
Member
Would that remove the duplicate windows-targets? |
dpaoliello
commented
Sep 3, 2025
ContributorAuthor
Yep |
jieyouxu
commented
Sep 4, 2025
Member
@bors try jobs=aarch64-msvc-1,x86_64-msvc-1 |
This comment has been minimized.
This comment has been minimized.
rust-borsBot
added a commit
that referenced
this pull request
Sep 4, 2025
Update bootstrap's dependencies to remove winapi and old windows-sys try-job: aarch64-msvc-1 try-job: x86_64-msvc-1
Contributor
jieyouxu
commented
Sep 4, 2025
Member
@bors r+ rollup |
bors
commented
Sep 4, 2025
Collaborator
Zalathar added a commit
to Zalathar/rust
that referenced
this pull request
Sep 4, 2025
Update bootstrap's dependencies to remove winapi and old windows-sys Bumps `opener` to 0.8 and `junction` to 1.3 - this removes the dependency on `winapi` (unless the `build-metrics` feature is enabled) and replaces the usage of `windows-sys` 0.52 with 0.60. Together this means that bootstrap can now be built for Arm64EC.
bors added a commit
that referenced
this pull request
Sep 4, 2025
Rollup of 5 pull requests Successful merges: - #145682 (Promote aarch64-pc-windows-msvc to Tier 1) - #145690 (Implement Integer funnel shifts) - #146119 (compiletest: Implement an experimental `--new-output-capture` mode) - #146168 (Update bootstrap's dependencies to remove winapi and old windows-sys) - #146182 (Don't require next-solver `ProbeRef` to be `Copy`) r? `@ghost` `@rustbot` modify labels: rollup
Uh oh!
There was an error while loading. Please reload this page.
rust-timer added a commit
that referenced
this pull request
Sep 4, 2025
Rollup merge of #146168 - dpaoliello:bootstrapdeps, r=jieyouxu Update bootstrap's dependencies to remove winapi and old windows-sys Bumps `opener` to 0.8 and `junction` to 1.3 - this removes the dependency on `winapi` (unless the `build-metrics` feature is enabled) and replaces the usage of `windows-sys` 0.52 with 0.60. Together this means that bootstrap can now be built for Arm64EC.
github-actionsBot
pushed a commit
to rust-lang/miri
that referenced
this pull request
Sep 5, 2025
Rollup of 5 pull requests Successful merges: - rust-lang/rust#145682 (Promote aarch64-pc-windows-msvc to Tier 1) - rust-lang/rust#145690 (Implement Integer funnel shifts) - rust-lang/rust#146119 (compiletest: Implement an experimental `--new-output-capture` mode) - rust-lang/rust#146168 (Update bootstrap's dependencies to remove winapi and old windows-sys) - rust-lang/rust#146182 (Don't require next-solver `ProbeRef` to be `Copy`) r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps
openerto 0.8 andjunctionto 1.3 - this removes the dependency onwinapi(unless thebuild-metricsfeature is enabled) and replaces the usage ofwindows-sys0.52 with 0.60.Together this means that bootstrap can now be built for Arm64EC.