Commit 145a75e
Fix stamping for rules that don't have a stamp attribute (bazelbuild#3829)
Rules that don't have a `stamp` attribute, for example
`rust_cc_proto_library_aspect`, should not be treated as stamped. This
was broken by bazelbuild#3816 - prior
to that, we were returning false because they also don't have a
`_stamp_flag ` attribute.
By returning true for `rust_cc_proto_library_aspect`, we're
unnecessarily including the volatile stamp files as action inputs, which
harms build caching.
---------
Co-authored-by: Krasimir Georgiev <krasimir@google.com>1 parent 9f38fb1 commit 145a75e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments