You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/10/24 21:51:17 UTC

[camel-quarkus] branch master updated: Do not use docker to run native tests, fixes #332

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new b37698c  Do not use docker to run native tests, fixes #332
b37698c is described below

commit b37698cd7540273626265eec62b7615ed2d5683c
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu Oct 24 23:04:26 2019 +0200

    Do not use docker to run native tests, fixes #332
---
 integration-tests/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 6c43d2a..5d162c1 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -33,14 +33,6 @@
     <name>Camel Quarkus :: Integration Tests</name>
 
     <properties>
-        <!--
-            Make quarkus use docker by default as native-image does not
-            work anymore due to a Fedora upgrade
-
-            See https://github.com/oracle/graal/issues/1582
-         -->
-        <native-image.docker-build>true</native-image.docker-build>
-        <native-image.container-runtime>docker</native-image.container-runtime>
         <activemq-version>5.15.10</activemq-version>
     </properties>