guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/19: squash! self: Build directories in chunks of max 25 files at a ti


From: guix-commits
Subject: 05/19: squash! self: Build directories in chunks of max 25 files at a time. -- remove gc
Date: Sat, 2 Sep 2023 11:48:56 -0400 (EDT)

janneke pushed a commit to branch hurd-team
in repository guix.

commit fa39e2e0e9d89d40698863e9b8e1c9814c59b1e1
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]