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

Support mac-arm64 platform #502

Merged
merged 2 commits into from
Oct 19, 2021
Merged

Support mac-arm64 platform #502

merged 2 commits into from
Oct 19, 2021

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented Oct 19, 2021

No description provided.

@gnodet gnodet merged commit d3f9865 into apache:master Oct 19, 2021
@gnodet gnodet deleted the mac-arm64 branch October 20, 2021 19:13
@breun
Copy link
Contributor

breun commented Oct 21, 2021

Is support for mac-arm64 included in https://github.com/mvndaemon/mvnd/releases/download/0.7.0/mvnd-0.7.0-darwin-amd64.zip, or will there be a separate release artifact for arm64?

@gnodet
Copy link
Contributor Author

gnodet commented Oct 21, 2021

There's no separate release. GraalVM does not support mac-arm64 so there's no way we can generate a specific distribution for this platform. However, the darwin-amd64 distribution should work on M1 mac, when running with the rosetta translator.

@breun
Copy link
Contributor

breun commented Oct 21, 2021

What does ‘support mac-arm64 platform’ then mean exactly?

@electrum electrum mentioned this pull request Oct 26, 2021
@electrum
Copy link

electrum commented Oct 26, 2021

@breun mvnd now works with a native ARM64 JVM. Previously, it only ran if you used an x86 JVM, which was so slow that most benefits of mvnd were lost (compared to running normal Maven on a native JVM).

The mvnd client is not yet native, but that’s not a big deal since the actual builds run on the daemon JVM. See the introduction in the README and this will hopefully make more sense.

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

Successfully merging this pull request may close these issues.

3 participants