Skip to content

Commit

Permalink
Use docker by default because of oracle/graal#1582
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Aug 20, 2019
1 parent af9a841 commit 309c662
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@

<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>
</properties>

<modules>
<!-- build those first -->
Expand Down

0 comments on commit 309c662

Please sign in to comment.