Skip to content
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

Open
zjslqshqz opened this issue May 10, 2023 · 8 comments
Open

Comments

@zjslqshqz
Copy link

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. 😺

Error: Command failed: npm install [email protected]
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"linux","arch":"x32,x64"} (current: {"os":"linux","arch":"arm64"})
npm ERR! notsup Valid OS:    linux
npm ERR! notsup Valid Arch:  x32,x64
npm ERR! notsup Actual OS:   linux
npm ERR! notsup Actual Arch: arm64
@lauraharker
Copy link
Contributor

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?

@ChadKillingsworth
Copy link
Collaborator

The problem historically is that Graal doesn't support cross-compilation. So our build servers would have to offer a runner on that architecture.

@zjslqshqz
Copy link
Author

It seems that the follow-up version should be able to improve this issue. Cheers!

@amitdhiman000
Copy link

Any update on this ? We need it for linux arm64.

@shicks
Copy link
Member

shicks commented Sep 20, 2024

Nothing has changed since Chad's earlier comment. This is still infeasible and there are no plans to work on it.

@sbc100
Copy link

sbc100 commented Oct 14, 2024

google-closure-compiler-osx also appear to be missing arm64.

@sbc100
Copy link

sbc100 commented Oct 30, 2024

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?

@dschuff
Copy link

dschuff commented Oct 30, 2024

Yes, that is correct; they have only arm64.
This bug is about the Linux build though, maybe we need a separate bug for the macOS issue? That is more feasible to address than this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants