1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-11 03:09:41 +02:00

Created Run tracing-agent to collect native image configurations (markdown)

Paul Schaub 2025-04-14 13:36:26 +02:00
parent 0253cf6c75
commit 714d75a1e0

@ -0,0 +1,10 @@
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
```