-
Notifications
You must be signed in to change notification settings - Fork 73
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
Support for Apple M1 aarch64 #77
Comments
@skhamis thanks for the report. As we discussed on Slack, I'm not aware of any fundamental blocker to making this work. My expectation is that we need to split Let me know how you get on with a patch. Thanks! |
@ncalexan I think it the PR ended up being pretty straightforward! To keep things straightforward and prevent anyone from breaking too bad. I decided to go with keeping |
This landed and is, I believe, working well for application-services. |
Application-services is currently running into an issue with compiling NSS via rust-android-gradle mozilla/application-services#4665.
I believe it's potentially something to do with
rust-android-gradle
associating Darwin = x86_64 mozilla/application-services#4665 (comment) which works if the Mac is using a JDK = x86_64 but M1's are now defaulting to downloading arm64 (homebrew) JDKs which causes the builds to break.We probably need to allow the ability for Darwin to = arm64
The text was updated successfully, but these errors were encountered: