1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 02:09:38 +02:00
0 Run tracing‐agent to collect native image configurations
Paul Schaub edited this page 2025-04-14 13:36:26 +02: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