]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25391)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Apr 2021 19:14:41 +0000 (12:14 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Apr 2021 19:14:41 +0000 (12:14 -0700)
commit5ce227f3a767e6e44e7c41e0c845a83cf7777ca4
tree4be10c9dc5c13feefb72ac61371b53f250ffd72d
parent15ad30d88fead718b7eeff8c54454b82753d520e
[3.9] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25391)

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 8fa1489365e7af8b90286c97db55a2dc60a05cde)

Co-authored-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran
.github/workflows/build.yml
.github/workflows/posix-deps-apt.sh
Misc/NEWS.d/next/Tests/2021-04-12-11-14-28.bpo-43811.vGNbnD.rst [new file with mode: 0644]