Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make builds more reproducible with SOURCE_DATE_EPOCH #140

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

wolfv
Copy link
Contributor

@wolfv wolfv commented Nov 8, 2023

In order to support "reproducible builds" for static libraries it would be great if ar supports SOURCE_DATE_EPOCH as an alternate means to use a timestamp (vs. looking at the stat output for a given file).

This is further documented here: https://reproducible-builds.org/docs/source-date-epoch/

In order to support "reproducible builds" for static libraries it would be great if `ar` supports `SOURCE_DATE_EPOCH` as an alternate means to use a timestamp (vs. looking at the `stat` output for a given file).

This is further documented here: https://reproducible-builds.org/docs/source-date-epoch/
@tpoechtrager tpoechtrager merged commit 2a3e1c2 into tpoechtrager:986-ld64-711 Nov 9, 2023
@wolfv wolfv deleted the patch-1 branch November 9, 2023 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants