Skip to content

Commit

Permalink
Fix Merkle tree caching for runfiles trees.
Browse files Browse the repository at this point in the history
After the refactoring in 404d8d9, runfile trees are registered with the wrong visitor.

Fixes #21628.

PiperOrigin-RevId: 614696699
Change-Id: Id13a47878c8c4a6390950397f8be0af7e61b6c75
  • Loading branch information
tjgq authored and copybara-github committed Mar 11, 2024
1 parent 3cf7442 commit a4f78d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public void visitNonLeaves(InputVisitor childVisitor)
inputMetadataProvider.getRunfilesMetadata(input).getRunfilesTree(),
artifactExpander,
pathMapper,
visitor);
childVisitor);
}
}

Expand Down

0 comments on commit a4f78d0

Please sign in to comment.