-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Update bootstrap's dependencies to remove winapi and old windows-sys #146168
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
Conversation
4c7b4ec
to
31d1d82
Compare
FYI, I'm also looking into the dependencies that are pulling in windows-sys
0.59 to see if they can move to 0.60 so that bootstrap can use a single version.
FYI, I'm also looking into the dependencies that are pulling in
windows-sys
0.59 to see if they can move to 0.60 so that bootstrap can use a single version.
Would that remove the duplicate windows-targets?
Would that remove the duplicate windows-targets?
Yep
@bors try jobs=aarch64-msvc-1,x86_64-msvc-1
This comment has been minimized.
This comment has been minimized.
Update bootstrap's dependencies to remove winapi and old windows-sys try-job: aarch64-msvc-1 try-job: x86_64-msvc-1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bors r+ rollup
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.
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
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.
Bumps
opener
to 0.8 andjunction
to 1.3 - this removes the dependency onwinapi
(unless thebuild-metrics
feature is enabled) and replaces the usage ofwindows-sys
0.52 with 0.60.Together this means that bootstrap can now be built for Arm64EC.