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

Better support for repeatable builds #72

Open
AlekSi opened this issue Jul 28, 2021 · 0 comments
Open

Better support for repeatable builds #72

AlekSi opened this issue Jul 28, 2021 · 0 comments

Comments

@AlekSi
Copy link
Contributor

AlekSi commented Jul 28, 2021

Take a look at the Makefile in that PR: https://github.com/talos-systems/toolchain/pull/24/files It builds a target twice and compares results, pruning the whole cache between builds. I think it has two problems that should be addressed by bldr:

  1. That functionality should be a part of the bldr itself, not in a Makefile.
  2. Pruning the whole cache might be too much, but just passing --no-cache is not enough. Maybe bldr could be modified to ignore cache or prune just needed entries.
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

No branches or pull requests

1 participant