conda-forge / pypy3.6-feedstock

A conda-smithy repository for pypy3.6.
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

openssl3 migration for pypy3.7 #75

Closed hmaarrfk closed 2 years ago

hmaarrfk commented 2 years ago

Solution to issue cannot be found in the documentation.

Issue

I understand that pypy3.8 is around the corner, but some packages are being rebuilt for openssl and a branch is missing here to build out the packages for pypy and openssl3

Installed packages

https://github.com/conda-forge/scrypt-feedstock/pull/37

Environment info

https://github.com/conda-forge/scrypt-feedstock/pull/37
hmaarrfk commented 2 years ago

or at least, the packages for aarch and ppc64le are missing :/

h-vetinari commented 2 years ago

or at least, the packages for aarch and ppc64le are missing :/

If you look at the uploaded files for 3.7 or 3.8, you'll see that the @isuruf is building manually for aarch/ppc (so naturally some builds might be missing). Not sure why this isn't done as part of the feedstock, but I'm guessing the builds are to heavy for the 50min timeout on travis.

h-vetinari commented 2 years ago

Should be solved for pypy3.8/3.9 now though. One the migration restarts (and gets to scrypt), it should hopefully be fine...

mattip commented 2 years ago

Since the latest migration dropped pypy3.7, I think we can close this? Please reopen if I am mistaken.