mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
guix: hardcode SOURCE_DATE_EPOCH
This commit is contained in:
parent
28b10cc371
commit
3c93c565fd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue