mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
chore: increase amount of build jobs from 4 to 8 for depends
This commit is contained in:
parent
2110c0c309
commit
86dd0eabb4
@ -44,7 +44,6 @@ builder-image:
|
|||||||
SDK_URL: https://bitcoincore.org/depends-sources/sdks
|
SDK_URL: https://bitcoincore.org/depends-sources/sdks
|
||||||
XCODE_VERSION: "12.2"
|
XCODE_VERSION: "12.2"
|
||||||
XCODE_BUILD_ID: 12B45b
|
XCODE_BUILD_ID: 12B45b
|
||||||
MAKEJOBS: -j4
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo HOST=$HOST
|
- echo HOST=$HOST
|
||||||
- |
|
- |
|
||||||
@ -63,7 +62,7 @@ builder-image:
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
script:
|
script:
|
||||||
- make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS
|
- make -j$(nproc) -C depends HOST=$HOST $DEP_OPTS
|
||||||
cache:
|
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)
|
# 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:
|
key:
|
||||||
|
Loading…
Reference in New Issue
Block a user