-
Notifications
You must be signed in to change notification settings - Fork 66
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
google-closure-compiler-linux does not support the ARM architecture. #291
Comments
Looks like the latest version of Graal should support arm64 - https://www.graalvm.org/22.0/reference-manual/native-image/ARM64/ @ChadKillingsworth do you think this is reasonable to support? |
The problem historically is that Graal doesn't support cross-compilation. So our build servers would have to offer a runner on that architecture. |
It seems that the follow-up version should be able to improve this issue. Cheers! |
Any update on this ? We need it for linux arm64. |
Nothing has changed since Chad's earlier comment. This is still infeasible and there are no plans to work on it. |
google-closure-compiler-osx also appear to be missing arm64. |
Apparently the nightly builds do have arm64 mac binaries (but maybe not x86_64 binaries?) . Is that correct @dschuff? In any case can we get a new release soon perhaps? The current one is 7 months of IIUC? |
Yes, that is correct; they have only arm64. |
I want to use the native version of the command directly, but I am encountering issues with the ARM CPU.😫
I don't know if there will be support in the future. 😺
The text was updated successfully, but these errors were encountered: