[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: Revert "self: Build translated manuals with a single process."
From: |
guix-commits |
Subject: |
02/03: Revert "self: Build translated manuals with a single process." |
Date: |
Fri, 9 Jul 2021 11:34:37 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 609e66e45fb0de22cb0fd0a55c8a56eccc33299e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jul 9 17:05:28 2021 +0200
Revert "self: Build translated manuals with a single process."
This reverts commit af2d6ec092c98ac5f32d8e9e182a141e1268805b, which the
parent commit makes unnecessary.
---
guix/self.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/guix/self.scm b/guix/self.scm
index 2cfdc41..87d00ea 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -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 "."