From df1bdf7b4bd6d0ca74e5fc1343fe3a9324b90b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Mon, 17 Apr 2023 07:48:22 +0200 Subject: [PATCH] Adjust GH to not use parallel builds Fix https://github.com/eclipse-equinox/equinox/issues/248 --- .github/workflows/build.yml | 2 -- .mvn/maven.config | 1 + Jenkinsfile | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .mvn/maven.config diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2c71ca4f5ef..e1654e31705 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,8 +35,6 @@ jobs: mvn --batch-mode --global-toolchains ${{ github.workspace }}/.github/workflows/toolchains.xml - --threads 1C - -Pbuild-individual-bundles -Pbree-libs -Papi-check -Dcompare-version-with-baselines.skip=false diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 00000000000..26de1a8fe73 --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1 @@ +-Pbuild-individual-bundles diff --git a/Jenkinsfile b/Jenkinsfile index 16188fdea84..c32272124b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { steps { sh """ mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=$WORKSPACE/.m2/repository \ - -Pbuild-individual-bundles -Pbree-libs -Papi-check -Pjavadoc\ + -Pbree-libs -Papi-check -Pjavadoc\ -Dcompare-version-with-baselines.skip=false \ -Dproject.build.sourceEncoding=UTF-8 \ -Drt.equinox.binaries.loc=$WORKSPACE/rt.equinox.binaries