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
[8.3.0] Fix crash on lost inputs that are symlinks (#25856) (#25890)
The downloads in `AbstractActionInputPrefetcher#prefetchInputs` reported
lost inputs that are symlinks to other artifacts with the exec path of
the target, which results in a crash when the target is not also an
input to the action. This is fixed by always reporting the exec path of
the symlink.
Fixes#25841Closes#25847.
PiperOrigin-RevId: 747819887
Change-Id: Iff9125c95a2598851b8a31ed4ca18fd7218a97aa (cherry picked from
commit a7da0d8)
Closes#25849
Commit
74da5dd
Co-authored-by: Fabian Meumertzheim <[email protected]>
0 commit comments