paketo-buildpacks / cpython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency tests should verify SSL support

joshuatcasey opened this issue · comments

Since libssl is dynamically linked and the library versions for bionic and jammy are not compatible, let's verify in our dependency tests that cpython is able to use this library.

Here are some possible ways to check:

This is done - the SSL dependency integration test is here.