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

GraalVM native-image on arm macOS #226

Open
mworzala opened this issue Apr 11, 2022 · 3 comments
Open

GraalVM native-image on arm macOS #226

mworzala opened this issue Apr 11, 2022 · 3 comments

Comments

@mworzala
Copy link
Contributor

Related to #159

It is now possible to generate a native image using JWM for arm macOS. See the following:

https://github.com/mworzala/jwm-graalvm

Will try to get it working with the native-image example (if anything needs to be changed), but I figured I would leave it here for those interested in the mean time.

@tonsky
Copy link
Collaborator

tonsky commented Apr 12, 2022

It works!!! Thank you, this is a HUGE step!

Screenshot 2022-04-12 at 19 44 29

@bumfo
Copy link
Contributor

bumfo commented Jan 22, 2023

GraalVM native-image does not work any more, because io.github.humbleui.skija.impl.Cleanable requires sun.misc.Cleaner which seems to be unavailable on GraalVM.

@tonsky
Copy link
Collaborator

tonsky commented Jan 22, 2023

skija is now a multi-release jar, hopefully graalvm could be made to understand that?

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

No branches or pull requests

3 participants