diff options
author | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <thatiparthysreenivas@gmail.com> | 2020-06-12 20:46:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 20:46:36 (GMT) |
commit | 80d827c3cb041ae72b9b0572981c50bdd1fe2cab (patch) | |
tree | 6fa54a4fa26d0fdfd0e047482f566d91aa318434 /.azure-pipelines | |
parent | 08b1bbab6bfa1ff726db13a9fc3885329f73dca4 (diff) | |
download | cpython-80d827c3cb041ae72b9b0572981c50bdd1fe2cab.zip cpython-80d827c3cb041ae72b9b0572981c50bdd1fe2cab.tar.gz cpython-80d827c3cb041ae72b9b0572981c50bdd1fe2cab.tar.bz2 |
bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/ci.yml | 4 | ||||
-rw-r--r-- | .azure-pipelines/pr.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index 9b638dd..50dc50a 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -61,7 +61,7 @@ jobs: variables: testRunTitle: '$(build.sourceBranchName)-linux' testRunPlatform: linux - openssl_version: 1.1.1f + openssl_version: 1.1.1g steps: - template: ./posix-steps.yml @@ -118,7 +118,7 @@ jobs: variables: testRunTitle: '$(Build.SourceBranchName)-linux-coverage' testRunPlatform: linux-coverage - openssl_version: 1.1.1f + openssl_version: 1.1.1g steps: - template: ./posix-steps.yml diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml index 65f23eb..228f9db 100644 --- a/.azure-pipelines/pr.yml +++ b/.azure-pipelines/pr.yml @@ -61,7 +61,7 @@ jobs: variables: testRunTitle: '$(system.pullRequest.TargetBranch)-linux' testRunPlatform: linux - openssl_version: 1.1.1f + openssl_version: 1.1.1g steps: - template: ./posix-steps.yml @@ -118,7 +118,7 @@ jobs: variables: testRunTitle: '$(Build.SourceBranchName)-linux-coverage' testRunPlatform: linux-coverage - openssl_version: 1.1.1f + openssl_version: 1.1.1g steps: - template: ./posix-steps.yml |