From 3c93c565fd43b5c872aabb308ad6530968eca25f Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 27 Dec 2022 10:37:14 +0100 Subject: [PATCH] guix: hardcode SOURCE_DATE_EPOCH --- contrib/guix/guix-build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build index 5ed3278..198f2dd 100755 --- a/contrib/guix/guix-build +++ b/contrib/guix/guix-build @@ -231,8 +231,7 @@ host_to_commonname() { esac } -# Determine the reference time used for determinism (overridable by environment) -SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git -c log.showSignature=false log --format=%at -1)}" +SOURCE_DATE_EPOCH="1672070414" # Precious directories are those which should not be cleaned between successive # guix builds