gnu: rocksdb: Build reproducibly.
* gnu/packages/databases.scm (rocksdb)[arguments]: Hard code the build date.master
parent
e35f77e118
commit
115cd74da6
|
@ -1386,6 +1386,7 @@ including field and record folding.")))
|
||||||
`(#:make-flags (list "CC=gcc" "V=1"
|
`(#:make-flags (list "CC=gcc" "V=1"
|
||||||
;; Ceph requires that RTTI is enabled.
|
;; Ceph requires that RTTI is enabled.
|
||||||
"USE_RTTI=1"
|
"USE_RTTI=1"
|
||||||
|
"date=1970-01-01" ; build reproducibly
|
||||||
(string-append "INSTALL_PATH="
|
(string-append "INSTALL_PATH="
|
||||||
(assoc-ref %outputs "out"))
|
(assoc-ref %outputs "out"))
|
||||||
|
|
||||||
|
|
Reference in New Issue