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 2024/03/05 10:46:26 UTC

(camel) branch main updated: (chores) build: use a different target for the alternative OS build

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


The following commit(s) were added to refs/heads/main by this push:
     new d30e9eed883 (chores) build: use a different target for the alternative OS build
d30e9eed883 is described below

commit d30e9eed88370153aca65f8e2f1ed225fc3a18a6
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Mar 5 14:45:47 2024 +0400

    (chores) build: use a different target for the alternative OS build
    
    The code is not running any tests, so install should be enough
---
 .github/workflows/alternative-os-build-main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/alternative-os-build-main.yml b/.github/workflows/alternative-os-build-main.yml
index 49e4e96f9b3..176b8e0a715 100644
--- a/.github/workflows/alternative-os-build-main.yml
+++ b/.github/workflows/alternative-os-build-main.yml
@@ -45,8 +45,8 @@ jobs:
           distribution: 'temurin'
           java-version: 17
           cache: 'maven'
-      - name: mvn sourcecheck ${{ matrix.os }}
-        run: ./mvnw -B -V -D'http.keepAlive=false' -l build.log -D'maven.wagon.http.pool=false' -D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress -Dquickly verify
+      - name: mvn build ${{ matrix.os }}
+        run: ./mvnw -B -V -D'http.keepAlive=false' -l build.log -D'maven.wagon.http.pool=false' -D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress -Dquickly install
       - name: Archive logs ${{ matrix.os }}
         uses: actions/upload-artifact@v4
         if: always()