mirror of
https://github.com/feather-wallet/feather.git
synced 2025-03-21 14:38:44 +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
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
# Determine the reference time used for determinism (overridable by environment)
|
SOURCE_DATE_EPOCH="1672070414"
|
||||||
SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH:-$(git -c log.showSignature=false log --format=%at -1)}"
|
|
||||||
|
|
||||||
# Precious directories are those which should not be cleaned between successive
|
# Precious directories are those which should not be cleaned between successive
|
||||||
# guix builds
|
# guix builds
|
||||||
|
|
Loading…
Reference in a new issue