-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add GraalVM Native Image and Truffle compilation sections for GraalPy guides #1563
base: master
Are you sure you want to change the base?
Add GraalVM Native Image and Truffle compilation sections for GraalPy guides #1563
Conversation
guides/micronaut-graalpy-python-package/micronaut-graalpy-python-package.adoc
Outdated
Show resolved
Hide resolved
@steve-s, I joined as a reviewer, left comments, but can't tell why this guide is broken. Sergio should know better. |
@steve-s, could you please, in your PR, remove this extra 1 in the NI Maven plugin code snippet: |
Co-authored-by: Olga Gupalo <olga.gupalo@oracle.com>
@sdelamo can you please take a look and eventually merge |
@@ -64,7 +64,7 @@ It is possible to customize the name of the native executable or pass additional | |||
<version>0.10.3</version> | |||
<configuration> | |||
<!-- <1> --> | |||
<imageName>mn-graalvm-application</imageName> <1> | |||
<imageName>mn-graalvm-application</imageName> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
ping :-) |
From GraalVM JDK 23, Micronaut apps with GraalPy can be also compiled with GraalVM Native Image.
We also noticed that this guide is broken for some reason: https://guides.micronaut.io/latest/micronaut-graalpy-python-package.html. Any ideas why that could be?