Skip to content

Commit

Permalink
Workaround for failed agent output
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoran committed Jul 19, 2024
1 parent b5b72ff commit a4ebd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graalpy-install-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<profile>
<id>native</id>
<properties>
<nativeimage.agentlib.argument>-agentlib:native-image-agent=config-merge-dir=${project.build.outputDirectory}/META-INF/native-image/</nativeimage.agentlib.argument>
<nativeimage.agentlib.argument>-agentlib:native-image-agent=config-merge-dir=${project.build.outputDirectory}/META-INF/native-image/$JAVA_HOME/bin/java,config-write-period-secs=1,config-write-initial-delay-secs=0</nativeimage.agentlib.argument>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit a4ebd7d

Please sign in to comment.