bazelbuild/bazel
Voir sur GitHubInspect what contributes to `bzlTransitiveDigest` in module lock file
Open
#25 626 ouverte le 19 mars 2025
P3help wantedteam-ExternalDepstype: feature request
Métriques du dépôt
- Stars
- (25 384 stars)
- Métriques de merge PR
- (Merge moyen 22j 20h) (77 PRs mergées en 30 j)
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.