Skip to content

[3.8] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) #28041

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix merging mishap
  • Loading branch information
ambv committed Aug 29, 2021
commit 13e2f2be3ba1ce57dadfaea271a19dd6fd586a70
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,7 @@ jobs:
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'
env:
<<<<<<< HEAD
OPENSSL_VER: 1.1.1k
=======
OPENSSL_VER: 1.1.1l
PYTHONSTRICTEXTENSIONBUILD: 1
>>>>>>> d3bdbbf9a4 (bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009))
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
Expand Down