ci: install openssl 3.4.2 for windows clippy build#6804
ci: install openssl 3.4.2 for windows clippy build#6804yihau merged 2 commits intoanza-xyz:masterfrom
Conversation
3978be1 to
8d15c75
Compare
|
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. |
vadorovsky
left a comment
There was a problem hiding this comment.
I need it for my PRs to become green 🙂
* ci: install openssl 3.4.2 for windows clippy build * get rid of choco (cherry picked from commit ebfb7c2)
* ci: install openssl 3.4.2 for windows clippy build * get rid of choco (cherry picked from commit ebfb7c2)
* ci: install openssl 3.4.2 for windows clippy build * get rid of choco
Problem
openssl 3.4.1 has been removed by the provider and replaced with the latest patch release, 3.4.2. the openssl binaries are hosted by SLProWeb. however they remove old versions quite quickly, while updates on chocolatey are often delayed.
Summary of Changes
download the bins from their web directly