bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
e225bebc14
commit
06651ee418
|
@ -59,7 +59,7 @@ jobs:
|
||||||
variables:
|
variables:
|
||||||
testRunTitle: '$(build.sourceBranchName)-linux'
|
testRunTitle: '$(build.sourceBranchName)-linux'
|
||||||
testRunPlatform: linux
|
testRunPlatform: linux
|
||||||
openssl_version: 1.1.1b
|
openssl_version: 1.1.1c
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- template: ./posix-steps.yml
|
- template: ./posix-steps.yml
|
||||||
|
@ -116,7 +116,7 @@ jobs:
|
||||||
variables:
|
variables:
|
||||||
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
|
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
|
||||||
testRunPlatform: linux-coverage
|
testRunPlatform: linux-coverage
|
||||||
openssl_version: 1.1.1b
|
openssl_version: 1.1.1c
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- template: ./posix-steps.yml
|
- template: ./posix-steps.yml
|
||||||
|
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
variables:
|
variables:
|
||||||
testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
|
testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
|
||||||
testRunPlatform: linux
|
testRunPlatform: linux
|
||||||
openssl_version: 1.1.0j
|
openssl_version: 1.1.1c
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- template: ./posix-steps.yml
|
- template: ./posix-steps.yml
|
||||||
|
@ -116,7 +116,7 @@ jobs:
|
||||||
variables:
|
variables:
|
||||||
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
|
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
|
||||||
testRunPlatform: linux-coverage
|
testRunPlatform: linux-coverage
|
||||||
openssl_version: 1.1.0j
|
openssl_version: 1.1.1c
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- template: ./posix-steps.yml
|
- template: ./posix-steps.yml
|
||||||
|
|
|
@ -11,7 +11,7 @@ cache:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- OPENSSL=1.1.0i
|
- OPENSSL=1.1.1c
|
||||||
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
|
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
|
||||||
- PATH="${OPENSSL_DIR}/bin:$PATH"
|
- PATH="${OPENSSL_DIR}/bin:$PATH"
|
||||||
# Use -O3 because we don't use debugger on Travis-CI
|
# Use -O3 because we don't use debugger on Travis-CI
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Test with OpenSSL 1.1.1c
|
|
@ -45,9 +45,9 @@ OPENSSL_OLD_VERSIONS = [
|
||||||
]
|
]
|
||||||
|
|
||||||
OPENSSL_RECENT_VERSIONS = [
|
OPENSSL_RECENT_VERSIONS = [
|
||||||
"1.0.2p",
|
"1.0.2s",
|
||||||
"1.1.0i",
|
"1.1.0k",
|
||||||
"1.1.1",
|
"1.1.1c",
|
||||||
]
|
]
|
||||||
|
|
||||||
LIBRESSL_OLD_VERSIONS = [
|
LIBRESSL_OLD_VERSIONS = [
|
||||||
|
|
Loading…
Reference in New Issue