graalvm-native-build
Installation
SKILL.md
GraalVM Native Build
Build GraalVM native binaries locally while keeping GraalVM, native-image, musl, compilers, and package installs inside disposable containers.
When to use
Trigger for requests like:
- compile this app with GraalVM locally
- run
nativeCompile,nativeTest, or Maven native compilation - reproduce the CI native-image build
- build a static musl native image
- generate or consume native-image reachability metadata
- debug native-image linker, reflection, metadata, or missing toolchain errors
Do not use for ordinary JVM tests, Docker image pulls, or application container builds unless the request involves GraalVM Native Image.
Core promise
Produce or diagnose a local native binary using the project's build settings as closely as practical, without installing GraalVM or native build tooling on the host.