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

fix tar archive reproducibility #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dpc
Copy link

@dpc dpc commented Feb 21, 2024

In our project produce binary reproducible binaries, and we would like to build, release and sign bundled versions as well.

However currently the resulting files are not reproducible. After some investigation I've narrowed it down to non-deterministic tar invocation.

This PR changes it to something I've found online, and I verified that binaries between two machines produce byte-identical bundled binary.

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.

None yet

1 participant