Skip to content

Commit

Permalink
Adjust GH to not use parallel builds
Browse files Browse the repository at this point in the history
Fix #248
  • Loading branch information
laeubi committed Apr 17, 2023
1 parent b4b7ffe commit df1bdf7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-Pbuild-individual-bundles
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df1bdf7

Please sign in to comment.