Skip to content

Replace bundled rsync with a clonetool based copy_tool - #3323

Open
john-flanagan wants to merge 1 commit into
MobileNativeFoundation:mainfrom
john-flanagan:jflan/copy-tool
Open

Replace bundled rsync with a clonetool based copy_tool#3323
john-flanagan wants to merge 1 commit into
MobileNativeFoundation:mainfrom
john-flanagan:jflan/copy-tool

Conversation

@john-flanagan

Copy link
Copy Markdown
Contributor

Take advantage of APFS clones when copying files out of the Bazel output base.

Also breaks our dependency on either system or bundled rsync.

@john-flanagan
john-flanagan requested review from a team as code owners July 29, 2026 21:55
Signed-off-by: John Flanagan <github@jflan.com>
Comment on lines +196 to +197
parser.add_argument("--delete", action="store_true")
parser.add_argument("--exclude-from", default=None)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We always pass --delete so I could remove this argument, but it seemed weird to me to have the --exclude-from argument without a explicit --delete argument too 🤷

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant