-
Notifications
You must be signed in to change notification settings - Fork 56
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
Are there any plan to release a native build for ARM - MacOS M1 chip? #36
Comments
I wanted to add an ARM build for linux, so I checked travis-ci which is used for building dcevm and unfortunately, it doesn't provide support for arm on macos. So that I think is a limitation in providing this. But, I was able to install dcevm macos version on my m1 macbook air and it seemed to work fine albeit with only a quick check. |
@markdbuck yeah installing jdk on apple silicon macs for mac-amd64 works just fine thanks to Rosetta. However you are giving away performance you would be able to achieve running native code on those apple chips. I do need to compile fairly large projects and there is difference between running native jdk versus mac-amd64 one. |
I'd like to renew this request, but it looks like travis-ci still doesn't support ARM on macOS, or multiple architectures at all on macOS. This is a bit sad, considering that any new Mac hardware is ARM-based. |
Travis build has been abandoned for some time, TravaOpenJDK is build by Github Actions now. |
Ok, so what's holding the ARM Mac build back then? :-) |
When travis-ci was still being used, I did contribute a build for ARM. But that went by the boards with the move to github actions. |
I am sorry, I could not understand if DCEVM will be released for ARM version? It is for new M3 silicons by Apple |
Checkout the OpenJDK-fork of Jetbrains at https://github.com/JetBrains/JetBrainsRuntime
It includes DCEVM - see the Readme file.
If one of their Java based development tools like IDEA supports your M3-MacOS platform, then you could use their JDK too.
…On 8 September 2024 08:27:44 CEST, asgaralee ***@***.***> wrote:
I am sorry, I could not understand if DCEVM will be released for ARM version? It is for new M3 silicons by Apple
--
Reply to this email directly or view it on GitHub:
#36 (comment)
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
No description provided.
The text was updated successfully, but these errors were encountered: