Skip to content

Commit ff99ac9

Browse files
committed
fix(guix-improve): pass JOBS to guix pull and system image
1 parent 9ea6cbb commit ff99ac9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

steps-guix/improve/guix-build-iso.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ mkdir -p "${out_dir}"
2222
iso_store_path="$(guix system image \
2323
--system=x86_64-linux \
2424
-t iso9660 \
25+
-c "${JOBS}" \
2526
-e '(@@ (gnu system install) installation-os)' \
2627
--no-substitutes \
2728
--disable-authentication)"

steps-guix/improve/guix-daemon-and-pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,4 +295,4 @@ if ! guile -c '(use-modules (gnutls)) (if (module-variable (resolve-module (quot
295295
fi
296296

297297
start_distfiles_http_server
298-
guix pull --bootstrap --no-substitutes --channels="${channels_file}" --disable-authentication
298+
guix pull --bootstrap -c "${JOBS}" --no-substitutes --channels="${channels_file}" --disable-authentication

0 commit comments

Comments
 (0)