wbond / package_control

The Sublime Text package manager
https://packagecontrol.io
4.77k stars 816 forks source link

OscryptoDownloader gets stuck on MacOS M1 #1676

Closed deathaxe closed 3 weeks ago

deathaxe commented 1 month ago

Recent CI tests fail on macos-latest since GitHub changed to ARM based platforms.

The reason is OscryptoDownloader tests getting stuck without any error message on when running on python 3.8 plugin host.

I can't debug this due to limited knowledge about oscrypto library and unavailability of a Arm64 Mac.

deathaxe commented 3 weeks ago

Fading out oscrypto. It is already disabled when running on python 3.8 (ST4) and is even no longer used to extract OS root certificates for urllib. Remaining users of that are CurlDownloader and WgetDownloader. Maybe they should follow the same route as WininetDownloader and completely rely on OS certificate stores.