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 96b6a98d0a Build Camel from source for camel-main branch builds
96b6a98d0a is described below
commit 96b6a98d0a38f1678f0b7fbf392d2beb1182cd3b
Author: James Netherton <[email protected]>
AuthorDate: Fri Jul 21 09:54:43 2023 +0100
Build Camel from source for camel-main branch builds
---
.github/workflows/ci-build.yaml | 33 ++++++++-------------------------
1 file changed, 8 insertions(+), 25 deletions(-)
diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 07c7f85706..9c5e15133a 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -126,10 +126,6 @@ jobs:
- name: Check free space on disk
run: |
df -h /
- - name: Setup apache-snapshots profile
- if: github.ref == 'refs/heads/camel-main' || github.base_ref ==
'camel-main'
- run: |
- echo "BRANCH_OPTIONS=-Papache-snapshots" >> $GITHUB_ENV
- name: Setup oss-snapshots profile
if: github.ref == 'refs/heads/quarkus-main' || github.base_ref ==
'quarkus-main'
run: |
@@ -139,6 +135,14 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
+ - name: Build Camel
+ if: github.ref == 'refs/heads/camel-main' || github.base_ref ==
'camel-main'
+ run: |
+ cd ../
+ git clone --depth 1 --branch main
https://github.com/apache/camel.git \
+ && cd camel \
+ && echo "Current Camel commit:" $(git rev-parse HEAD) \
+ && ./mvnw ${CQ_MAVEN_ARGS} clean install -Dquickly
- name: Build Quarkus
if: github.ref == 'refs/heads/quarkus-main' || github.base_ref ==
'quarkus-main'
run: |
@@ -188,10 +192,6 @@ jobs:
fail-fast: false
matrix: ${{ fromJson(needs.initial-mvn-install.outputs.matrix) }}
steps:
- - name: Setup apache-snapshots profile
- if: github.ref == 'refs/heads/camel-main' || github.base_ref ==
'camel-main'
- run: |
- echo "BRANCH_OPTIONS=-Papache-snapshots" >> $GITHUB_ENV
- name: Setup oss-snapshots profile
if: github.ref == 'refs/heads/quarkus-main' || github.base_ref ==
'quarkus-main'
run: |
@@ -265,10 +265,6 @@ jobs:
env:
MAVEN_OPTS: -Xmx3000m
steps:
- - name: Setup apache-snapshots profile
- if: github.ref == 'refs/heads/camel-main' || github.base_ref ==
'camel-main'
- run: |
- echo "BRANCH_OPTIONS=-Papache-snapshots" >> $GITHUB_ENV
- name: Setup oss-snapshots profile
if: github.ref == 'refs/heads/quarkus-main' || github.base_ref ==
'quarkus-main'
run: |
@@ -335,10 +331,6 @@ jobs:
env:
MAVEN_OPTS: -Xmx3000m
steps:
- - name: Setup apache-snapshots profile
- if: github.ref == 'refs/heads/camel-main' || github.base_ref ==
'camel-main'
- run: |
- echo "BRANCH_OPTIONS=-Papache-snapshots" >> $GITHUB_ENV
- name: Setup oss-snapshots profile
if: github.ref == 'refs/heads/quarkus-main' || github.base_ref ==
'quarkus-main'
run: |
@@ -390,11 +382,6 @@ jobs:
env:
MAVEN_OPTS: -Xmx3000m
steps:
- - name: Setup apache-snapshots profile
- shell: bash
- if: github.ref == 'refs/heads/camel-main' || github.base_ref ==
'camel-main'
- run: |
- echo "BRANCH_OPTIONS=-Papache-snapshots" >> $GITHUB_ENV
- name: Setup oss-snapshots profile
shell: bash
if: github.ref == 'refs/heads/quarkus-main' || github.base_ref ==
'quarkus-main'
@@ -433,10 +420,6 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' ||
!contains(github.event.pull_request.labels.*.name, 'JVM')
steps:
- - name: Setup apache-snapshots profile
- if: github.ref == 'refs/heads/camel-main' || github.base_ref ==
'camel-main'
- run: |
- echo "BRANCH_OPTIONS=-Papache-snapshots" >> $GITHUB_ENV
- name: Setup oss-snapshots profile
if: github.ref == 'refs/heads/quarkus-main' || github.base_ref ==
'quarkus-main'
run: |