Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaner source directories copied to remote hosts #2440

Merged
merged 2 commits into from
Nov 25, 2024
Merged

Conversation

edwardalee
Copy link
Collaborator

@edwardalee edwardalee commented Nov 24, 2024

Before this change, source files would be copied to a remote host one-by-one and would include files within build directories, which are not needed. This PR uses tar to bundle the source files, which makes distributing them much faster and allows excluding build directories. This PR also removes one unused method.

@edwardalee edwardalee added enhancement Enhancement of existing feature cleanup labels Nov 24, 2024
@edwardalee edwardalee merged commit 5304960 into master Nov 25, 2024
24 checks passed
@edwardalee edwardalee deleted the cleaner-dir branch November 25, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup enhancement Enhancement of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant