Open wybert opened 2 years ago
A arm64 migration could be considered once PyPy officially releases arm64 support. It is not a small ask, since it means building an entire set of packages, and as far as I remember the arm64 packages are built using cross-compilers.
From #99:
@mattip: cross-compilation (using a different compiler chain and tricking python
platform
,sys
,os
,sysconfig
and other modules) is not tested and probably will not work out-of-the-box with the PyPy builds.
This is a big blocker because currently we can only cross-compile for osx-arm64, but that may change later this year...
Hi @mattip and @h-vetinari in case you have missed some great news, Github have finally shipped Apple silicon runners https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
thanks for continued awesome work that benefits so many of us.
Let's keep the discussion (about CI availability) in https://github.com/conda-forge/conda-forge.github.io/issues/1781.
Github have finally shipped Apple silicon runners
The big problem: they always cost something.
thanks for continued awesome work that benefits so many of us.
Happy to hear it, thanks for the nice words. 🙃
Comment:
Hi, any plan for miniforge pypy mac m1 arm? Pypy now support mac m1 now, see.