Skip to content

Commit

Permalink
increase make jobs in depot builds
Browse files Browse the repository at this point in the history
as only one depot build is running at a time now it got more memory
  • Loading branch information
carlhoerberg committed Dec 8, 2022
1 parent cff14b0 commit 1c2af26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
build-args: |
build_image=84codes/crystal:1.6.2-${{ matrix.os }}
version=${{ env.version }}
DEB_BUILD_OPTIONS="parallel=1"
DEB_BUILD_OPTIONS="parallel=4"
outputs: builds

- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
MAKEFLAGS=-j1
MAKEFLAGS=-j3
1 change: 1 addition & 0 deletions .github/workflows/rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
build-args: |
build_image=84codes/crystal:1.6.2-${{ matrix.os }}
version=${{ env.version }}
MAKEFLAGS=-j4
outputs: RPMS

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1c2af26

Please sign in to comment.