me
/
guix
Archived
1
0
Fork 0

gnu: rocksdb: Build reproducibly.

* gnu/packages/databases.scm (rocksdb)[arguments]: Hard code the build date.
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -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"))