bazelbuild/bazel

Inspect what contributes to `bzlTransitiveDigest` in module lock file

Open

#25.626 geöffnet am 19. März 2025

Auf GitHub ansehen
 (6 Kommentare) (5 Reaktionen) (0 zugewiesene Personen)Java (4.465 Forks)batch import
P3help wantedteam-ExternalDepstype: feature request

Repository-Metriken

Stars
 (25.384 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 22T 20h) (77 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide