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
Remote: Fixed a bug that remote cache is missed due to executable bit is changed
Fixes#13262.
#12820 changed to set executable bit of input files based on its real value. However, this causes cache misses in `--remote_download_toplevel` mode since executable bit is changed after action execution by `ActionMetadataHandler#getMetadata`.
This change effectively rolls back #12820.
Closes#13276.
PiperOrigin-RevId: 367009617
0 commit comments