mirror of
https://github.com/python/cpython.git
synced 2026-01-08 16:32:55 +00:00
bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009)
This commit is contained in:
parent
0897253f42
commit
d3bdbbf9a4
6 changed files with 24 additions and 23 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -138,7 +138,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
|
||||
|
|
@ -182,7 +182,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
|
||||
|
|
@ -229,7 +229,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
|
||||
ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue