guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: busybox: Make build reproducible.


From: guix-commits
Subject: branch master updated: gnu: busybox: Make build reproducible.
Date: Sun, 14 Jun 2020 07:01:53 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c37dc30  gnu: busybox: Make build reproducible.
c37dc30 is described below

commit c37dc30e61c56de1815750e52186c6de5be38ee9
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Thu Jun 11 23:08:45 2020 +0200

    gnu: busybox: Make build reproducible.
    
    * gnu/packages/busybox.scm 
(busybox)[arguments]<#:phases>[disable-timestamps]:
    New phase.
---
 gnu/packages/busybox.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/busybox.scm b/gnu/packages/busybox.scm
index e3431aa..0d692c6 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -45,6 +45,10 @@
     (arguments
      '(#:phases
        (modify-phases %standard-phases
+         (add-before 'configure 'disable-timestamps
+           (lambda _
+             (setenv "KCONFIG_NOTIMESTAMP" "1")
+             #t))
          (add-before 'configure 'disable-taskset
            ;; This feature fails its tests in the build environment,
            ;; was default 'n' until after 1.26.2.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]