-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
ci: revert msys2 ca-certificates hack #65955
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Ok this reviewer pick was a bit weird. r? @Mark-Simulacrum I guess? |
This comment has been minimized.
This comment has been minimized.
The hack was added because upstream msys2 broke the ca-certificates package, but since then it has been fixed. This reverts CI to use the upstream package.
9a7e602
to
48d6510
Compare
@bors r+ (Feel free to bump priority if necessary) |
📌 Commit 48d6510 has been approved by |
@bors r- Actually, let me start a try build with a few windows builders, so if they pass we can rollup the PR and land it faster. |
@bors try |
⌛ Trying commit ed16fe0203f7dc8b4e819f28a2ec37ecd381b552 with merge 6699376114cbfa12ff74057c1d3e360b30974276... |
☀️ Try build successful - checks-azure |
ed16fe0
to
48d6510
Compare
@bors r=Mark-Simulacrum rollup Marking this as rollup as I already tested it works with the try build. |
📌 Commit 48d6510 has been approved by |
…ck, r=Mark-Simulacrum ci: revert msys2 ca-certificates hack The hack was added because upstream msys2 broke the ca-certificates package, but since then it has been fixed. This reverts CI to use the upstream package. Part of rust-lang#65767
Rollup of 7 pull requests Successful merges: - #65274 (Upload toolstates.json to rust-lang-ci2) - #65434 (Add long error explanation for E0577) - #65850 (Update comments re type parameter hack in object safety) - #65955 (ci: revert msys2 ca-certificates hack) - #65959 (Fix an incorrect docstring for Immediate in librustc_mir/interpret.) - #65979 (Switch CrateMetadata's source_map_import_info from RwLock to Once) - #65981 (work around aggressive syntax feature gating) Failed merges: r? @ghost
The hack was added because upstream msys2 broke the ca-certificates package, but since then it has been fixed. This reverts CI to use the upstream package.
Part of #65767