-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
[3.9] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) #25391
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
[3.9] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) #25391
Conversation
The new checks are only executed when one or more OpenSSL-related files are modified. The checks run a handful of networking and hashing test suites. All SSL checks are optional. This PR also introduces ccache to speed up compilation. In common cases it speeds up configure and compile time from about 90 seconds to less than 30 seconds. Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 8fa1489) Co-authored-by: Christian Heimes <christian@python.org>
@tiran: Status check is done, and it's a success ✅ . |
@tiran: Status check is done, and it's a success ✅ . |
1 similar comment
@tiran: Status check is done, and it's a success ✅ . |
@tiran: Status check is done, and it's a success ❌ . |
@miss-islington: Status check is done, and it's a success ✅ . |
Sorry, I can't merge this PR. Reason: |
@miss-islington: Status check is done, and it's a success ✅ . |
@tiran: Status check is done, and it's a success ✅ . |
The new checks are only executed when one or more OpenSSL-related files are modified. The checks run a handful of networking and hashing test suites. All SSL checks are optional. This PR also introduces ccache to speed up compilation. In common cases it speeds up configure and compile time from about 90 seconds to less than 30 seconds.
Signed-off-by: Christian Heimes christian@python.org
(cherry picked from commit 8fa1489)
Co-authored-by: Christian Heimes christian@python.org
https://bugs.python.org/issue43811
Automerge-Triggered-By: GH:tiran