janneke pushed a commit to branch hurd-team
in repository guix.
commit fa39e2e0e9d89d40698863e9b8e1c9814c59b1e1
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Thu Aug 24 17:00:39 2023 +0200
squash! self: Build directories in chunks of max 25 files at a time. --
remove gc
---
guix/self.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/guix/self.scm b/guix/self.scm
index f5ba9cd107..af387c02ad 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -1260,8 +1260,7 @@ containing MODULE-FILES and possibly other files as well."
(compile-files directory output chunk
#:workers (parallel-job-count)
#:report-load report-load
- #:report-compilation report-compilation))
- (gc))
+ #:report-compilation report-compilation)))
chunks)))
(setvbuf (current-output-port) 'line)