Skip to content

Commit

Permalink
chore: increase amount of build jobs from 4 to 8 for depends
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Mar 16, 2024
1 parent 2110c0c commit 86dd0ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ builder-image:
SDK_URL: https://bitcoincore.org/depends-sources/sdks
XCODE_VERSION: "12.2"
XCODE_BUILD_ID: 12B45b
MAKEJOBS: -j4
before_script:
- echo HOST=$HOST
- |
Expand All @@ -63,7 +62,7 @@ builder-image:
fi
fi
script:
- make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS
- make -j$(nproc) -C depends HOST=$HOST $DEP_OPTS
cache:
# Let all branches share the same cache, which is ok because the depends subsystem is able to handle this properly (it works with hashes of all scripts)
key:
Expand Down

0 comments on commit 86dd0ea

Please sign in to comment.