guix-commits
[Top][All Lists]
Advanced

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

01/03: profiles: manual-database: Remove GDBM workaround.


From: guix-commits
Subject: 01/03: profiles: manual-database: Remove GDBM workaround.
Date: Tue, 22 Mar 2022 15:45:29 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 8e3d4f05dfc852f4584c94aebb04bc74138c933d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 21 17:15:27 2022 -0400

    profiles: manual-database: Remove GDBM workaround.
    
    * guix/profiles.scm (manual-database): No longer set the MALLOC_PERTURB_
    environment variable.
---
 guix/profiles.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/guix/profiles.scm b/guix/profiles.scm
index bad9b95519..3a547de492 100644
--- a/guix/profiles.scm
+++ b/guix/profiles.scm
@@ -1716,12 +1716,6 @@ the entries in MANIFEST."
               (force-output))))))
 
   (gexp->derivation "manual-database" build
-
-                    ;; Work around GDBM 1.13 issue whereby uninitialized bytes
-                    ;; get written to disk:
-                    ;; 
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29654#23>.
-                    #:env-vars `(("MALLOC_PERTURB_" . "1"))
-
                     #:substitutable? #f
                     #:local-build? #t
                     #:properties



reply via email to

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