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
Hello!
We start using in our .bazelrc startup --output_user_root=/tmp-XXX and suddenly notice that this option affects hashes produced by bazel-diff.
I have already seen this comment about using --ignoredRuleHashingAttributes and tried running bazel-diff with --ignoredRuleHashingAttributes=location,path. But unfortunately it still produces different hashes for different output_user_root dirs.
How to figure out what attributes to add in this option to make bazel-diff's results consistent?
Thank you for any help!
The text was updated successfully, but these errors were encountered:
Hello!
We start using in our .bazelrc
startup --output_user_root=/tmp-XXX
and suddenly notice that this option affects hashes produced by bazel-diff.I have already seen this comment about using
--ignoredRuleHashingAttributes
and tried running bazel-diff with--ignoredRuleHashingAttributes=location,path
. But unfortunately it still produces different hashes for differentoutput_user_root
dirs.How to figure out what attributes to add in this option to make bazel-diff's results consistent?
Thank you for any help!
The text was updated successfully, but these errors were encountered: