You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bazel:diff -- generate-hashes --bazelCommandOptions='//... //...' --includeTargetType -w ** -v
I am trying to limit external modules from bieng checked when running bazel diff . So that generate hashes are for all the other modules but external. However couldn't find a good way to achieve tis, how the query can be passed to the bazel-diff.
The text was updated successfully, but these errors were encountered:
This should be possible with some simple filtering in the kotlin code, maybe looking at a workspace/repo name value for a target and filtering out non-matches
bazel:diff -- generate-hashes --bazelCommandOptions='//... //...' --includeTargetType -w ** -v
I am trying to limit external modules from bieng checked when running bazel diff . So that generate hashes are for all the other modules but external. However couldn't find a good way to achieve tis, how the query can be passed to the bazel-diff.
The text was updated successfully, but these errors were encountered: