-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build aarch64 wheels for Python google-re2 package #337
Comments
It should be possible, I think, by switching from https://github.com/pypa/manylinux to https://github.com/dockcross/dockcross. Unless the latter is unexpectedly and overwhelmingly broken, I can probably get that done in time for the |
That would be very helpful -- thank you! |
I started looking into this today. Unfortunately, the showstopper seems to be that |
https://github.com/multiarch/qemu-user-static makes using QEMU trivial. Emulation makes compiling quite slow, unsurprisingly, but that's fine because it's for release, not CI. |
Fixes #337. Change-Id: Id9ffbbf44144cba768bfdc5508a30f3862306404 Reviewed-on: https://code-review.googlesource.com/c/re2/+/59352 Reviewed-by: Perry Lorier <perryl@google.com> Reviewed-by: Paul Wankadia <junyer@google.com>
At the risk of stating the obvious, the |
Thank you! |
I just released |
We've tested, and they work. Thank you for the quick turn-around! |
Great to hear. :) |
The Python package ships pre-built wheels for
x84_64
, which is very useful for many developers. However, for development environments onaarch64
(Apple M1, for instance), getting thegoogle-re2
package built becomes rather more complicated.Would it be possible to also provide
aarch64
pre-built wheels for the Pythongoogle-re2
package?The text was updated successfully, but these errors were encountered: