Commit f198dde
Fix stamping for rules that don't have a stamp attribute (#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 #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 9586468 commit f198dde
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments