xavier2k6
xavier2k6
@qstokkink Just so the Tribler team are aware macOS-12 images are considered Deprecated & will be Removed by end of year! See: https://github.com/actions/runner-images/issues/9255 or screenshot below. ____ 
`manylinux2014` image may be dropped in a upcoming PR too by "cibuildwheel" repo., so may need to change to `manylinux_2_28` but this may also drop older python versions but that...
@arvidn Regarding to [OpenSSL 1.1.1 End Of Life](https://openssl-library.org/post/2023-09-11-eol-111/) ____ 1. Should `wheels` for Python
@DjLegolas I only removed macOS from pull request matrix to reduce building time while I test as I know they work. When I am done, they will be re-added -...
The only real show stopper here is the windows 32bit failure & to then re-instate the builds I took out while testing.
@arvidn I'll leave the OpenSSL 32bit installation to you, do you still want to support 32bit?? We also now have a definitive timeline for the deprecation of the macOS-12 runner...
@qstokkink i'll be able to give that a try in ~about 3hrs~ (got a spare few mins now to do it), action needs to be updated too & python 3.13...
vcpkg is on the windows runners, this could be used to install openssl perhaps.....
@qstokkink Will make some changes later, will also need to make sure we use the right package as there's 3x release options I believe: `openssl:x86-windows-static` `openssl:x86-windows-static-md` `openssl:x86-windows` I'll have to...
I'm not too sure if the `Jamfile` is the right approach as we only need vcpkg for the OpenSSL install in CI not as an overall change.