-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Added pythonforandroid.androidndk.AndroidNDK + some changes needed in order to support build on Apple Silicon macs. #2586
Conversation
c607cc9
to
61314e9
Compare
✅ All tests are successful (also the ones on device) |
a018304
to
6370886
Compare
f980c39
to
346db77
Compare
c259bac
to
b0489af
Compare
8994795
to
00ef94c
Compare
bd72606
to
f91970e
Compare
f91970e
to
23ceb2f
Compare
288008a
to
41b946e
Compare
d4ddb31
to
5fdde17
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutely awesome you got the Apple Silicon support fully working 👏
Thanks a mil!
… order to support build on Apple Silicon macs.
5fdde17
to
ff9c1ff
Compare
Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I can't wait to have this merged
It started as a minor change to the codebase in order to support builds on Apple Silicon without the aid of Rosetta.
Unfortunately, while doing changes, a lot of issues come up during CI runs (and locally on my M1 Mac), so this PR started to be something bigger, that fixes broken recipes and introduces the new
pythonforandroid.androidndk.AndroidNDK
.This is a WIP PR to track down the current work around
python-for-android
recipes, and is needed in order to launch tests on our self-hosted Apple Silicon runner.