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

This commit is contained in:
Victor Stinner 2020-04-02 02:53:33 +02:00 committed by GitHub
parent 0b297d4ff1
commit 224e1c34d6
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.