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)
parent
0253cf6c75
commit
714d75a1e0
1 changed files with 10 additions and 0 deletions
10
Run-tracing‐agent-to-collect-native-image-configurations.md
Normal file
10
Run-tracing‐agent-to-collect-native-image-configurations.md
Normal file
|
@ -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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue