You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving this and changing this as a request to enable support for static compilation with native image.
Off the top of my head, this will require adding the MUSLC build tools. One way would be to create a buildpack that contributes to the MUSLC build tools. Another would be to use an extension and have them installed with the native package manager. Aside from that, we might want to add a flag to the native-image buildpack that makes setting the required arguments easier. Like BP_NATIVE_IMAGE_STATIC=true|false.
To compile full static native-images the MUSL CC is neded on the linux os which runs the native-image compile
Provide support with liberica-openjdk-alpine-musl as packet buildpack ( https://registry.hub.docker.com/r/bellsoft/liberica-openjdk-alpine-musl)
Also see #507
The text was updated successfully, but these errors were encountered: