guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: rocksdb: Build reproducibly.


From: guix-commits
Subject: 07/10: gnu: rocksdb: Build reproducibly.
Date: Tue, 10 Nov 2020 14:05:32 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 115cd74da6c00f0c3b6c7d1741e4537c22584014
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 10 13:30:58 2020 +0100

    gnu: rocksdb: Build reproducibly.
    
    * gnu/packages/databases.scm (rocksdb)[arguments]: Hard code the build date.
---
 gnu/packages/databases.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 4a520f1..8cb2a87 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1386,6 +1386,7 @@ including field and record folding.")))
      `(#:make-flags (list "CC=gcc" "V=1"
                           ;; Ceph requires that RTTI is enabled.
                           "USE_RTTI=1"
+                          "date=1970-01-01" ; build reproducibly
                           (string-append "INSTALL_PATH="
                                          (assoc-ref %outputs "out"))
 



reply via email to

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