-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
[WIP] Build binaries for Mill Client using Graal VM native-image #4044
base: main
Are you sure you want to change the base?
Conversation
TBD:
@lihaoyi |
@ajaychandran lets retain the existing assembly for now; we'll likely want to offer both runners for a while until we have confidence in the robustness of the nee one, and even then it would be nice to have a fallback (e.g. in OS/architectures the new one doesnt support) |
e936737
to
191f88f
Compare
Maybe, we should just use the |
This PR builds binaries for Mill using Graal VM native-image and adds Java/Scala/Kotlin examples for building native images.
Execution time for
mill --version
, with server running, shows over 5x improvement.Resolves #4007.