Skip to content

Fix an issue that `incompatible_remote_build_event_upload_respect_no_…#16045

Merged
sgowroji merged 2 commits intobazelbuild:release-5.3.0from
sgowroji:SG/CP-16023
Aug 4, 2022
Merged

Fix an issue that `incompatible_remote_build_event_upload_respect_no_…#16045
sgowroji merged 2 commits intobazelbuild:release-5.3.0from
sgowroji:SG/CP-16023

Conversation

@sgowroji
Copy link
Copy Markdown
Member

@sgowroji sgowroji commented Aug 4, 2022

…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

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team-Remote-Exec Issues and PRs for the Execution (Remote) team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants