bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)

(cherry picked from commit 224e1c34d6)

Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
Miss Islington (bot) 2020-04-01 18:26:09 -07:00 committed by GitHub
parent 267afc2ab2
commit 40fff1ff04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -61,7 +61,7 @@ jobs:
variables:
testRunTitle: '$(build.sourceBranchName)-linux'
testRunPlatform: linux
openssl_version: 1.1.1d
openssl_version: 1.1.1f
steps:
- template: ./posix-steps.yml
@ -118,7 +118,7 @@ jobs:
variables:
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
testRunPlatform: linux-coverage
openssl_version: 1.1.1d
openssl_version: 1.1.1f
steps:
- template: ./posix-steps.yml

View File

@ -61,7 +61,7 @@ jobs:
variables:
testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
testRunPlatform: linux
openssl_version: 1.1.1d
openssl_version: 1.1.1f
steps:
- template: ./posix-steps.yml
@ -118,7 +118,7 @@ jobs:
variables:
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
testRunPlatform: linux-coverage
openssl_version: 1.1.1d
openssl_version: 1.1.1f
steps:
- template: ./posix-steps.yml

View File

@ -0,0 +1 @@
Update OpenSSL to 1.1.1f in Azure Pipelines.