mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)
This commit is contained in:
parent
0b297d4ff1
commit
224e1c34d6
3 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Update OpenSSL to 1.1.1f in Azure Pipelines.
|
||||
Loading…
Add table
Add a link
Reference in a new issue