bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 58ab13479d)

Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
Miss Islington (bot) 2019-09-11 10:09:28 -07:00 committed by GitHub
parent f90cbcbfe3
commit 0b7f3706e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 10 deletions

View File

@ -59,7 +59,7 @@ jobs:
variables: variables:
testRunTitle: '$(build.sourceBranchName)-linux' testRunTitle: '$(build.sourceBranchName)-linux'
testRunPlatform: linux testRunPlatform: linux
openssl_version: 1.1.1c openssl_version: 1.1.1d
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.1c openssl_version: 1.1.1d
steps: steps:
- template: ./posix-steps.yml - template: ./posix-steps.yml

View File

@ -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.1c openssl_version: 1.1.1d
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.1c openssl_version: 1.1.1d
steps: steps:
- template: ./posix-steps.yml - template: ./posix-steps.yml

View File

@ -11,7 +11,7 @@ cache:
env: env:
global: global:
- OPENSSL=1.1.1c - OPENSSL=1.1.1d
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}" - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
- PATH="${OPENSSL_DIR}/bin:$PATH" - PATH="${OPENSSL_DIR}/bin:$PATH"
- CFLAGS="-I${OPENSSL_DIR}/include" - CFLAGS="-I${OPENSSL_DIR}/include"

View File

@ -0,0 +1 @@
Test with OpenSSL 1.1.1d

View File

@ -45,17 +45,16 @@ OPENSSL_OLD_VERSIONS = [
] ]
OPENSSL_RECENT_VERSIONS = [ OPENSSL_RECENT_VERSIONS = [
"1.0.2s", "1.0.2t",
"1.1.0k", "1.1.0l",
"1.1.1c", "1.1.1d",
] ]
LIBRESSL_OLD_VERSIONS = [ LIBRESSL_OLD_VERSIONS = [
"2.9.2",
] ]
LIBRESSL_RECENT_VERSIONS = [ LIBRESSL_RECENT_VERSIONS = [
"2.8.3", "2.9.2",
] ]
# store files in ../multissl # store files in ../multissl