mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
guix: Make guix honor MAX_JOBS setting
This commit is contained in:
parent
9158d6f341
commit
444fcfca90
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git log --format=%at -1)}"
|
||||||
time-machine() {
|
time-machine() {
|
||||||
guix time-machine --url=https://github.com/dongcarl/guix.git \
|
guix time-machine --url=https://github.com/dongcarl/guix.git \
|
||||||
--commit=b066c25026f21fb57677aa34692a5034338e7ee3 \
|
--commit=b066c25026f21fb57677aa34692a5034338e7ee3 \
|
||||||
|
--max-jobs="$MAX_JOBS" \
|
||||||
-- "$@"
|
-- "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -108,6 +109,7 @@ for host in ${HOSTS=x86_64-linux-gnu arm-linux-gnueabihf aarch64-linux-gnu riscv
|
||||||
--expose="$(git rev-parse --git-common-dir)" \
|
--expose="$(git rev-parse --git-common-dir)" \
|
||||||
${SOURCES_PATH:+--share="$SOURCES_PATH"} \
|
${SOURCES_PATH:+--share="$SOURCES_PATH"} \
|
||||||
${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \
|
${ADDITIONAL_GUIX_ENVIRONMENT_FLAGS} \
|
||||||
|
--max-jobs="$MAX_JOBS" \
|
||||||
-- env HOST="$host" \
|
-- env HOST="$host" \
|
||||||
MAX_JOBS="$MAX_JOBS" \
|
MAX_JOBS="$MAX_JOBS" \
|
||||||
SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:?unable to determine value}" \
|
SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:?unable to determine value}" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue