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
Fix an issue that `incompatible_remote_build_event_upload_respect_no_… (#16045)
* Fix an issue that `incompatible_remote_build_event_upload_respect_no_…
…cache` doesn't work with BwtB.
The root cause is we use `Path` as key to check which files are omitted, but it also compares the underlying filesystem. When BwtB is enabled, the filesystem for the file is different so we failed to mark the file as omitted.
This change fixes that by using `PathFragment` as key.
Fixes#15527.
Closes#16023.
PiperOrigin-RevId: 465284879
Change-Id: I49bbd7a6055e0f234b4ac86a224886bd85797f71
* Update ByteStreamBuildEventArtifactUploader changes
Removing the import as it is throwing the error
Co-authored-by: Chi Wang <[email protected]>
0 commit comments