-
For context, I want to determine which artifacts are "new" and need to be pushed up to artifact stores, docker registries, etc. Here "new" means that the artifact has a hash that has not been seen before. I was wondering if there is a way to ask Bazel for the hash of a given target's output with a minimal amount of building / fetching? Typically, the target artifact is in the remote cache, but since it can be very large, I would like to avoid downloading it. |
Beta Was this translation helpful? Give feedback.
Answered by
meisterT
Sep 26, 2024
Replies: 1 comment 3 replies
-
That info is already available in the BEP. Example:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The label is also in the BEP, see: