gnu: rocksdb: Build reproducibly.

* gnu/packages/databases.scm (rocksdb)[arguments]: Hard code the build date.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-10 13:30:58 +01:00
parent e35f77e118
commit 115cd74da6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1386,6 +1386,7 @@ (define-public rocksdb
`(#: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"))