You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/06/29 11:50:48 UTC

[camel] 01/02: (chores) ci: fixed building Camel on ppc64le

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8f02e20a8cf3a83332c3a692669bfd6748863ff0
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jun 29 13:49:10 2023 +0200

    (chores) ci: fixed building Camel on ppc64le
---
 Jenkinsfile.ppc64le | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile.ppc64le b/Jenkinsfile.ppc64le
index d5e438cdf6d..269af6315f8 100644
--- a/Jenkinsfile.ppc64le
+++ b/Jenkinsfile.ppc64le
@@ -67,8 +67,7 @@ pipeline {
                 branch 'main'
             }
             steps {
-                // Skip modules camel-kudu and docs as these are not supported on ppc64le.
-                sh "./mvnw -U $MAVEN_PARAMS -Darchetype.test.skip -Dmaven.test.skip.exec=true clean install"
+                sh "./mvnw -U $MAVEN_PARAMS -Dquickly clean install"
             }
         }