This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git
The following commit(s) were added to refs/heads/main by this push:
new c19060fbe6 [KOGITO-9914] Setting LD_LIBRARY_PATH
c19060fbe6 is described below
commit c19060fbe63a969e9b46d470fba0d4c51cae1c90
Author: Francisco Javier Tirado Sarti <[email protected]>
AuthorDate: Wed Oct 25 20:34:38 2023 +0200
[KOGITO-9914] Setting LD_LIBRARY_PATH
---
quarkus/addons/python/integration-tests/pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/quarkus/addons/python/integration-tests/pom.xml
b/quarkus/addons/python/integration-tests/pom.xml
index 480e6f6395..64bfbb3631 100644
--- a/quarkus/addons/python/integration-tests/pom.xml
+++ b/quarkus/addons/python/integration-tests/pom.xml
@@ -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>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]