-
Notifications
You must be signed in to change notification settings - Fork 4.6k
ci: use openssl 3.1.1 for Windows build #34795
Conversation
Backports to the stable branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. |
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
This comment was marked as off-topic.
This comment was marked as off-topic.
(cherry picked from commit 0e90e98)
(cherry picked from commit 0e90e98)
(cherry picked from commit 0e90e98)
…34796) ci: use openssl 3.1.1 for Windows build (#34795) (cherry picked from commit 0e90e98) Co-authored-by: Yihau Chen <[email protected]>
…34797) ci: use openssl 3.1.1 for Windows build (#34795) (cherry picked from commit 0e90e98) Co-authored-by: Yihau Chen <[email protected]>
Problem
the latest openssl (3.2.0) broke Windows builds:
https://github.com/solana-labs/solana/actions/runs/7537712991/job/20517067308
Summary of Changes
use 3.1.1 (the previous version) for Windows builds.