-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update to windows-2025 runner on ci #5571
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
f70cf66 to
1dc3df4
Compare
|
The issue here is env variables that point to the openssl installation are not set. Setting all the variables specified in rust-openssl/rust-openssl#1542 (comment) should resolve this. |
2e9aa8d to
be3130c
Compare
|
@youknowone you added the |
|
I am sorry. I code like a monkey with wniapi. I really don't know well about their details. |
|
I mentioned this link in #5583, but openssl prebuilts are also available from the cpython project here https://github.com/python/cpython-bin-deps/ |
4935f35 to
8afe918
Compare
📝 WalkthroughWalkthroughThese changes update Windows build and CI configuration by pinning the Windows runner to windows-2025, replacing the vcpkg-based OpenSSL setup with direct path environment variables, removing OpenSSL bootstrap steps from CI workflows, and updating a Windows API library import to include the .dll extension. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~15 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
📜 Recent review detailsConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
🧰 Additional context used📓 Path-based instructions (1)**/*.rs📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
🧠 Learnings (4)📚 Learning: 2025-07-11T09:35:43.571ZApplied to files:
📚 Learning: 2025-07-11T09:35:43.571ZApplied to files:
📚 Learning: 2025-12-27T14:03:49.034ZApplied to files:
📚 Learning: 2025-06-28T16:31:03.991ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (11)
🔇 Additional comments (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
* Update to windows-2025 on ci * Unmark unexpected successes * Try adding .dll
This comes preinstalled with openssl 3, so we can cut out building openssl ourselves, which takes 5 minutes every CI run.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.