Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for reproducible builds (#237)
* feat: add support for reproducible builds Add support for SOURCE_DATE_EPOCH to avoid timestamp and timezones issues. See https://reproducible-builds.org/specs/source-date-epoch/ Make sure zip entries have a consistent mtime and strip extra attributes. See https://reproducible-builds.org/docs/archives/ Zip archives are now reproducible by default. Update script to use the make task and avoid calling zip directly. * refactor: remove unused conditional Co-authored-by: Andrew Wilkins <axwalk@gmail.com> * feat: default SOURCE_DATE_EPOCH to the last commit timestamp Co-authored-by: Andrew Wilkins <axwalk@gmail.com>
- Loading branch information