Skip to content

Added graal vm plugin to pom.xml and classes to reflection-config.json #42

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

subkanthi
Copy link
Collaborator

@subkanthi subkanthi commented Jul 7, 2025

@subkanthi subkanthi linked an issue Jul 7, 2025 that may be closed by this pull request
@subkanthi subkanthi marked this pull request as ready for review July 8, 2025 15:43
Copy link
Collaborator

@shyiko shyiko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Have you tried ice inserting data using produced binary?
  2. libc is dynamically linked (on amd64 we can use <arg>--static</arg><arg>--libc=musl</arg> but for arm64 there is no solution afaik)
  3. missing build for arm64
  4. missing dockerfiles for building native images (you'll likely need ghcr.io/graalvm/native-image-community)

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.

ice: make a downloadable binary w/o Java dependencies
2 participants