8000 bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288) · python/cpython@224e1c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 224e1c3

Browse files
authored
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)
1 parent 0b297d4 commit 224e1c3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.azure-pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
variables:
6262
testRunTitle: '$(build.sourceBranchName)-linux'
6363
testRunPlatform: linux
64-
openssl_version: 1.1.1d
64+
openssl_version: 1.1.1f
6565

6666
steps:
6767
- template: ./posix-steps.yml
@@ -118,7 +118,7 @@ jobs:
118118
variables:
119119
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
120120
testRunPlatform: linux-coverage
121-
openssl_version: 1.1.1d
121+
openssl_version: 1.1.1f
122122

123123
steps:
124124
- template: ./posix-steps.yml

.azure-pipelines/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
variables:
6262
testRunTitle: '$(system.pullRequest.TargetBranch)-linux'
6363
testRunPlatform: linux
64-
openssl_version: 1.1.1d
64+
openssl_version: 1.1.1f
6565

6666
steps:
6767
- template: ./posix-steps.yml
@@ -118,7 +118,7 @@ jobs:
118118
variables:
119119
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
120120
testRunPlatform: linux-coverage
121-
openssl_version: 1.1.1d
121+
openssl_version: 1.1.1f
122122

123123
steps:
124124
- template: ./posix-steps.yml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update OpenSSL to 1.1.1f in Azure Pipelines.

0 commit comments

Comments
 (0)
0