-
Notifications
You must be signed in to change notification settings - Fork 16
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
Changing source does not invalidate cache #64
Comments
That works as expected, as long as sha256 stays the same (it's the way buildkit caching works) |
Yes, I understand now how that works in BuildKit, but that's not "right" and is confusing for users. I wonder if we can do something about that. |
Ah, I see what you mean, you "forgot" to update SHA. We could fix it by putting download URL in the download sub-tree, so that it changes from buildkit point of view. |
AlekSi
added a commit
to AlekSi/talos-bldr
that referenced
this issue
Jul 14, 2021
`bldr validate --checksums`. Refs siderolabs#64. Signed-off-by: Alexey Palazhchenko <[email protected]>
talos-bot
pushed a commit
that referenced
this issue
Jul 14, 2021
`bldr validate --checksums`. Refs #64. Signed-off-by: Alexey Palazhchenko <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If make-4.3.tar.gz was previously downloaded, that patch does not trigger a rebuild.
The text was updated successfully, but these errors were encountered: