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
|
;; Limit thread creation by 'n-par-for-each'. Going beyond can
|
||||||
;; lead libgc 8.0.4 to abort with:
|
;; lead libgc 8.0.4 to abort with:
|
||||||
;; mmap(PROT_NONE) failed
|
;; mmap(PROT_NONE) failed
|
||||||
;;
|
(min (parallel-job-count) 4))
|
||||||
;; 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))
|
|
||||||
|
|
||||||
(mkdir #$output)
|
(mkdir #$output)
|
||||||
(copy-recursively #$documentation "."
|
(copy-recursively #$documentation "."
|
||||||
|
|
Reference in a new issue