mirror of
https://github.com/pgpainless/pgpainless.git
synced 2026-01-20 10:03:51 +01:00
Fixup LD_LIBRARY_PATH:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/graalvm/lib
Run the tests with tracing agent enabled, copy the generated metadata over and compile the native image
gradle -Pagent test && gradle metadataCopy --task test --dir src/main/resources/META-INF/native-image && gradle nativeCompile