-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove superfluous code in RemoteExecutionService.
The directories that are to contain spawn outputs have already been created before the spawn executes, so it's unnecessary for RemoteExecutionService to create them (however, tests must be amended to establish that precondition). The comment incorrectly suggests this is a fix for #6260. The actual fix was 4392ba4. In addition, fix a bug whereby materializing an output directory as a symlink would fail because the directory already exists. PiperOrigin-RevId: 541623490 Change-Id: I25abd3b7b5fc068a84f41c86b0050c110443218f
- Loading branch information
1 parent
beb4659
commit 41ce54d
Showing
2 changed files
with
68 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters