[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: profiles: manual-database: Remove GDBM workaround
From: |
guix-commits |
Subject: |
branch master updated: profiles: manual-database: Remove GDBM workaround. |
Date: |
Tue, 22 Mar 2022 14:59:48 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 65400c3c3b profiles: manual-database: Remove GDBM workaround.
65400c3c3b is described below
commit 65400c3c3bdeb9d8c851471b62e14ceddfd87ccb
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: profiles: manual-database: Remove GDBM workaround.,
guix-commits <=