This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 8037be814f Enable relocations profile when building Quarkus 8037be814f is described below commit 8037be814fce3bab4a2eae846e99a1d029531a31 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Jun 4 14:58:32 2024 +0100 Enable relocations profile when building Quarkus --- .github/workflows/ci-build.yaml | 2 +- .github/workflows/quarkus-master-cron.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 250f94b68e..583e91b681 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -151,7 +151,7 @@ jobs: && cd quarkus \ && echo "Current Quarkus commit:" $(git rev-parse HEAD) \ && sed -i '/<module>integration-tests<\/module>/d' pom.xml \ - && ./mvnw ${CQ_MAVEN_ARGS} clean install -Dquickly -T1C + && ./mvnw ${CQ_MAVEN_ARGS} clean install -Dquickly -Prelocations -T1C - name: Checkout uses: actions/checkout@v4 with: diff --git a/.github/workflows/quarkus-master-cron.yaml b/.github/workflows/quarkus-master-cron.yaml index 343682dce5..6563a8b20b 100644 --- a/.github/workflows/quarkus-master-cron.yaml +++ b/.github/workflows/quarkus-master-cron.yaml @@ -71,7 +71,7 @@ jobs: && cd quarkus \ && echo "Current Quarkus commit:" $(git rev-parse HEAD) \ && sed -i '/<module>integration-tests<\/module>/d' pom.xml \ - && ./mvnw ${CQ_MAVEN_ARGS} clean install -Dquickly -T1C + && ./mvnw ${CQ_MAVEN_ARGS} clean install -Dquickly -Prelocations -T1C - name: Update extension metadata run: | ./mvnw -N cq:update-quarkus-metadata ${CQ_MAVEN_ARGS}