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

manifest mtime reproducibility #763

Closed
wants to merge 1 commit into from
Closed

Conversation

ryantm
Copy link

@ryantm ryantm commented Sep 20, 2022

When building Rails assets with Nix, I found they are almost completely reproducible. This commit fixes one of the issues. For more information about why it is good for a build to be reproducible see:

https://reproducible-builds.org/

This stops encoding the asset compilation time (something that is not reproducible) into the manifest.

fixes #707

When building Rails assets with Nix, I found they are almost
completely reproducible. This commit fixes one of the issues. For more
information about why it is good for a build to be reproducible see:

https://reproducible-builds.org/

This stops encoding the asset compilation time (something that is not
reproducible) into the manifest.
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.

assets:precompile always modifies mtime in the generated manifest
1 participant