This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2021-04-12.08:38:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618216687.81.0.190201617408.issue43811@roundup.psfhosted.org>
In-reply-to
Content
CI only tests one OpenSSL version, but Python supports multiple versions of OpenSSL. OpenSSL 1.0.2, 1.1.0, 1.1.1, and 3.0.0 have different APIs and behave differently. We should run minimal tests with all major OpenSSL versions to ensure that Python compiles and works with supported versions.

This will slow down CI a bit. I figured out how to include ccache to speed up compilation a lot. With populated ccache configure + make takes less than 30 seconds instead of 90 seconds.

I also noticed that GHA action configuration compiles Python with custom OpenSSL but fails to set rpath / LD_LIBRARY_PATH. I think this means that we compile with custom OpenSSL but actual tests use OSS' OpenSSL libraries.
History
Date User Action Args
2021-04-12 08:38:07christian.heimessetrecipients: + christian.heimes
2021-04-12 08:38:07christian.heimessetmessageid: <1618216687.81.0.190201617408.issue43811@roundup.psfhosted.org>
2021-04-12 08:38:07christian.heimeslinkissue43811 messages
2021-04-12 08:38:07christian.heimescreate