[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/16: gnu: make-linux-libre*: Set KBUILD_BUILD_VERSION for reproducibil
From: |
guix-commits |
Subject: |
10/16: gnu: make-linux-libre*: Set KBUILD_BUILD_VERSION for reproducibility. |
Date: |
Wed, 29 May 2024 22:03:16 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit e7afa035d42f0feb9dff8ea66a3686e44bd22802
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue May 14 11:46:28 2024 -0400
gnu: make-linux-libre*: Set KBUILD_BUILD_VERSION for reproducibility.
* gnu/packages/linux.scm (make-linux-libre*) [phases] {set-environment}: Set
KBUILD_BUILD_VERSION to 1.
Change-Id: I6c2e561605a13c757a4eb4d1c59343ba26464067
---
gnu/packages/linux.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2ce2c27c93..69cb8c878b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1023,6 +1023,7 @@ ARCH and optionally VARIANT, or #f if there is no such
configuration."
(setenv "KBUILD_BUILD_TIMESTAMP" (getenv "SOURCE_DATE_EPOCH"))
;; Other variables useful for reproducibility.
+ (setenv "KBUILD_BUILD_VERSION" "1")
(setenv "KBUILD_BUILD_USER" "guix")
(setenv "KBUILD_BUILD_HOST" "guix")
- 04/16: gnu: Add valijson., (continued)
- 04/16: gnu: Add valijson., guix-commits, 2024/05/29
- 05/16: gnu: libbpf: Use gexps., guix-commits, 2024/05/29
- 02/16: gnu: grpc: Modernize., guix-commits, 2024/05/29
- 07/16: gnu: Add falcosecurity-libs., guix-commits, 2024/05/29
- 08/16: gnu: Add sysdig., guix-commits, 2024/05/29
- 06/16: gnu: libbpf: Update to 1.4.1., guix-commits, 2024/05/29
- 09/16: gnu: Add dwarves., guix-commits, 2024/05/29
- 12/16: gnu: linux: Turn %default-extra-linux-options into a procedure., guix-commits, 2024/05/29
- 13/16: gnu: linux-libre: Enable BTF debug info., guix-commits, 2024/05/29
- 14/16: gnu: linux-libre: Enable Zstd compression of kernel modules., guix-commits, 2024/05/29
- 10/16: gnu: make-linux-libre*: Set KBUILD_BUILD_VERSION for reproducibility.,
guix-commits <=
- 11/16: gnu: make-linux-libre*: Run install targets in parallel., guix-commits, 2024/05/29
- 15/16: gnu: linux-libre-with-bpf: Deprecate in favor of linux-libre., guix-commits, 2024/05/29
- 16/16: gnu: cling: Update to 1.0., guix-commits, 2024/05/29