-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only build generic Linux packages. (#38)
* Only build generic Linux packages. * Only build x64 Windows packages. * Try with cryptography 39.0.2 wheels. * Retry Windows matrix. * Use linux instead of lnx for Linux packages. * Use latest OpenSSL 1.1.1 sources for Python's ssl module. * Check for cryptography's OpenSSL version everywhere. * Fixed cryptography's OpenSSL version to check for. * Try fixing Safety errors. * Updated all Python modules to latest version. * Try building on CentOS 6.10. * Disable OpenSSL tests for now. * Updated macOS deps. * Try CentOS 7. * Revert "Try CentOS 7." This reverts commit 861817c. * Revert "Try building on CentOS 6.10." This reverts commit 9d2551e. * Use a get-pip.py that still works on CentOS 5. * Build the generic Linux version on Ubuntu 18.04. * Forward port the latest cleanups from python-package. * Also clean up on Windows. * Put include/ back after packing the distributable. * Also remove ssl/ if found, e.g. on macOS. * Re-enabled OpenSSL 1.1.x self tests. * Re-enabled x86 Windows build. * Run the macOS build from the beginning. * Changes after own review. * Removed subprocess32. * Updated bare workflow comments.
- Loading branch information
Showing
14 changed files
with
95 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.