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 the build reproducible #963

Conversation

lamby
Copy link
Contributor

@lamby lamby commented Apr 9, 2018

Whilst working on the Reproducible Builds effort [0], we noticed
that click could not be built reproducibly.

This is due to the documentation containing non-determinstic output
such as memory contents or the output of timeit.

This was originally filed in Debian as #895270 [1].

[0] https://reproducible-builds.org/
[1] https://bugs.debian.org/895270

Signed-off-by: Chris Lamb lamby@debian.org

Whilst working on the Reproducible Builds effort [0], we noticed
that click could not be built reproducibly.

This is due to the documentation containing non-determinstic output
such as memory contents or the output of timeit.

This was originally filed in Debian as #895270 [1].

 [0] https://reproducible-builds.org/
 [1] https://bugs.debian.org/895270

Signed-off-by: Chris Lamb <lamby@debian.org>
@davidism davidism merged commit 288a00a into pallets:master May 14, 2018
@davidism davidism added this to the 7.0 milestone Sep 19, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants