Skip to content

Commit

Permalink
[KOGITO-9914] Setting LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Oct 25, 2023
1 parent 6e00b1e commit a7ff78b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions quarkus/addons/python/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,19 @@
<properties>
<quarkus.package.type>native</quarkus.package.type>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<environmentVariables>
<LD_LIBRARY_PATH>${env.JAVA_HOME}/lib/server</LD_LIBRARY_PATH>
</environmentVariables>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit a7ff78b

Please sign in to comment.