mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[3.10] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28039)
(cherry picked from commit d3bdbbf9a4)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
dc46f4c984
commit
52bdda50d7
6 changed files with 23 additions and 22 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -160,7 +160,7 @@ jobs:
|
|||
needs: check_source
|
||||
if: needs.check_source.outputs.run_tests == 'true'
|
||||
env:
|
||||
OPENSSL_VER: 1.1.1k
|
||||
OPENSSL_VER: 1.1.1l
|
||||
PYTHONSTRICTEXTENSIONBUILD: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
@ -204,7 +204,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
openssl_ver: [1.1.1k, 3.0.0-beta1]
|
||||
openssl_ver: [1.1.1l, 3.0.0-beta1]
|
||||
env:
|
||||
OPENSSL_VER: ${{ matrix.openssl_ver }}
|
||||
MULTISSL_DIR: ${{ github.workspace }}/multissl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue