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!