mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Build tarballs deterministically.
* gnu/packages/make-bootstrap.scm (tarball-package)[arguments]: Build tarball deterministically. * gnu/packages/admin.scm (isc-dhcp)[arguments]: In 'post-configure' phase, create bind.tar.gz deterministically. * gnu/packages/video.scm (avidemux)[arguments]: In 'repack-ffmpeg' phase, create ffmpeg-1.2.1.tar.bz2 deterministically.
This commit is contained in:
parent
2e9511dfbd
commit
c09e6a5f5e
3 changed files with 11 additions and 3 deletions
|
@ -629,7 +629,9 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
,(or (%current-target-system)
|
||||
(%current-system))
|
||||
".tar.xz")
|
||||
"."))))))))))
|
||||
"."
|
||||
;; avoid non-determinism in the archive
|
||||
"--mtime=@0" "--owner=root:0" "--group=root:0"))))))))))
|
||||
|
||||
(define %bootstrap-binaries-tarball
|
||||
;; A tarball with the statically-linked bootstrap binaries.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue