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

Reproducible builds #530

Open
ericcornelissen opened this issue Nov 6, 2023 · 1 comment · May be fixed by #941
Open

Reproducible builds #530

ericcornelissen opened this issue Nov 6, 2023 · 1 comment · May be fixed by #941
Assignees
Labels
meta This is about the project itself

Comments

@ericcornelissen
Copy link
Owner

Summary

The concept of a reproducible build aims to provide some guarantees on the relation between source and output artifact, namely that building from the same source twice always results in the same output artifact. For this project that roughly means that the container image resulting from make build is reproducible.

The goal of this issue is to

  1. Determine if the build is reproducible and under what constraints (e.g. target architecture)
    A. If it's not reproducible, fix that
  2. Implement a test in order to continuously verify the build is reproducible
@ericcornelissen ericcornelissen added the meta This is about the project itself label Nov 6, 2023
@ericcornelissen

This comment was marked as outdated.

@ericcornelissen ericcornelissen linked a pull request Nov 16, 2024 that will close this issue
@ericcornelissen ericcornelissen self-assigned this Nov 16, 2024
@ericcornelissen ericcornelissen removed their assignment Dec 6, 2024
@ericcornelissen ericcornelissen self-assigned this Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta This is about the project itself
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant