mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
Revert "self: Build translated manuals with a single process."
This reverts commit af2d6ec092
, which the
parent commit makes unnecessary.
This commit is contained in:
parent
580a031e7d
commit
609e66e45f
1 changed files with 1 additions and 4 deletions
|
@ -410,10 +410,7 @@ a list of extra files, such as '(\"contributing\")."
|
|||
;; Limit thread creation by 'n-par-for-each'. Going beyond can
|
||||
;; lead libgc 8.0.4 to abort with:
|
||||
;; mmap(PROT_NONE) failed
|
||||
;;
|
||||
;; FIXME: The above error would still happen when using only 4
|
||||
;; build jobs, so disable parallelism entirely for the time being.
|
||||
(min (parallel-job-count) 1))
|
||||
(min (parallel-job-count) 4))
|
||||
|
||||
(mkdir #$output)
|
||||
(copy-recursively #$documentation "."
|
||||
|
|
Loading…
Reference in a new issue