[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"))
- branch master updated (74b5b69 -> 28e2f27), guix-commits, 2020/11/10
- 07/10: gnu: rocksdb: Build reproducibly.,
guix-commits <=
- 09/10: gnu: amsynth: Order inputs alphabetically., guix-commits, 2020/11/10
- 04/10: gnu: xfconf: Update to 4.14.4., guix-commits, 2020/11/10
- 10/10: gnu: amsynth: Find external commands., guix-commits, 2020/11/10
- 06/10: gnu: jimtcl: Update to 0.80., guix-commits, 2020/11/10
- 02/10: gnu: ruby-chunky-png: Add warning about untrusted input., guix-commits, 2020/11/10
- 03/10: gnu: burp: Update to 2.3.38., guix-commits, 2020/11/10
- 01/10: gnu: ruby-chunky-png: Update to 1.3.14., guix-commits, 2020/11/10
- 05/10: gnu: mariadb-connector-c: Update to 3.1.11., guix-commits, 2020/11/10
- 08/10: gnu: enchant: Update to 2.2.13., guix-commits, 2020/11/10