linux kernel determinism: unify timestamp style
Testing showed the linux build is sensitive to /usr/include/ncursesw unless chrooted (on non-nixos). On a single chrooted nixos machine, -A linux is binary reproducible. CC #2281 & @alexanderkjeldaas.
This commit is contained in:
@@ -105,7 +105,6 @@ let
|
||||
'';
|
||||
|
||||
buildFlags = [
|
||||
"KBUILD_BUILD_TIMESTAMP=1" # (time_t)1
|
||||
"KBUILD_BUILD_VERSION=1-NixOS"
|
||||
platform.kernelTarget
|
||||
] ++ optional isModular "modules";
|
||||
|
||||
Reference in New Issue
Block a user