Message390825
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. |
|
Date |
User |
Action |
Args |
2021-04-12 08:38:07 | christian.heimes | set | recipients:
+ christian.heimes |
2021-04-12 08:38:07 | christian.heimes | set | messageid: <1618216687.81.0.190201617408.issue43811@roundup.psfhosted.org> |
2021-04-12 08:38:07 | christian.heimes | link | issue43811 messages |
2021-04-12 08:38:07 | christian.heimes | create | |
|