bazelbuild/bazel
在 GitHub 查看Inspect what contributes to `bzlTransitiveDigest` in module lock file
Open
#25,626 创建于 2025年3月19日
P3help wantedteam-ExternalDepstype: feature request
仓库指标
- Star
- (25,384 star)
- PR 合并指标
- (平均合并 22天 20小时) (30 天内合并 77 个 PR)
描述
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.