-
Notifications
You must be signed in to change notification settings - Fork 67
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 arm64 on darwin #211
Comments
Will be quite a while before that is possible. Graal has to support building in that environment and we would need an automated build system that supports M1 macs. |
Is that oracle/graal#2666? |
That looks correct for the Graal support. But we would still need a build environment. GitHub Actions doesn't support M1 macs right now. |
The relevant issue for that is actions/runner-images#2187, I believe. |
We can probably add arm64 to the architecture though and let Rosetta handle the translation for now. Would you be able to test that the current image actually works? I don't have an M1 Mac to try this on. |
Yes, I'd be happy to give it a try. Would you make a prerelease that I can install or a branch? |
You can download the MacOS image binary from any of the CI build runs such as https://github.com/google/closure-compiler-npm/actions/runs/860306976 You just need to see if the binary will execute. So |
I downloaded the binary, marked it as executable, allowed it in the macOS security settings and ran
So looks like it should just work. |
@ChadKillingsworth anything else I can test before you make a release? |
I created the pr. |
Thank you. I made a similar pull request in #215. |
Awe sorry - I missed that one. |
You should be able to test this tomorrow with the nightly build |
Thanks for merging. I totally forgot to mention it here. Looking forward to trying the new version. |
It would be great if you could support ARM64 (Apple M1) for the OSX bundles.
The text was updated successfully, but these errors were encountered: