Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address review comment
Browse files Browse the repository at this point in the history
fmeum committed May 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4ba8f4b commit 080fb3e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -127,8 +127,8 @@ public DeterministicWriter newDeterministicWriter(ActionExecutionContext ctx)

var reposInRunfilePaths = ImmutableSet.<String>builder();

// The runfiles paths of symlinks are always prefixed with the workspace name, *not* the name
// of the repository adding the symlink.
// The runfiles paths of symlinks are always prefixed with the main workspace name, *not* the
// name of the repository adding the symlink.
if (hasRunfilesSymlinks) {
reposInRunfilePaths.add(RepositoryName.MAIN.getName());
}

0 comments on commit 080fb3e

Please sign in to comment.