bazelbuild/bazel
Ver no GitHubInspect what contributes to `bzlTransitiveDigest` in module lock file
Open
#25.626 aberto em 19 de mar. de 2025
P3help wantedteam-ExternalDepstype: feature request
Métricas do repositório
- Stars
- (25.384 stars)
- Métricas de merge de PR
- (Mesclagem média 22d 20h) (77 fundiu PRs em 30d)
Description
Description of the feature request:
Have a way to see all the inputs that go into bzlTransitiveDigest.
Which category does this issue belong to?
External Dependency
What underlying problem are you trying to solve with this feature?
Debug why that value changes when it unexpectedly does so.
Which operating system are you running Bazel on?
Linux
What is the output of bazel info release?
release 7.4.1
If bazel info release returns development version or (@non-git), tell us how you built Bazel.
No response
What's the output of git remote get-url origin; git rev-parse HEAD ?
git@github.com:sourcegraph/sourcegraph.git
31c7d91aa239eee3a89e508168ff60ac2a752e80
Have you found anything relevant by searching the web?
https://bazelbuild.slack.com/archives/C014RARENH0/p1742374651081339
Any other information, logs, or outputs that you want to share?
I was running into an issue were for one extension (rules_rust) I get a different value just on this field and nothing else. The difference was between two systems I was running.
They had the same version of bazel, but managed in slightly different ways so I was curious to see why the hash changed between the systems.