We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed22ad0 commit 7e48660Copy full SHA for 7e48660
kernel/mkosi.build
@@ -37,7 +37,7 @@ else
37
# Build kernel
38
cd "$build_dir"
39
cp "$config_file" .config
40
- export KBUILD_BUILD_TIMESTAMP="$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%s)})"
+ export KBUILD_BUILD_TIMESTAMP="$(date -u -d @$(git log -1 --pretty=%ct))"
41
export KBUILD_BUILD_USER="mkosi" KBUILD_BUILD_HOST="mkosi-builder"
42
43
mkosi-chroot --chdir "/build/kernel-${KERNEL_VERSION}" make olddefconfig
0 commit comments