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

fix: replace cp --parents with rsync for macOS compatibility #379

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

h3nryc0ding
Copy link

Resolves #246

Summary

Replaced the use of cp --parents with rsync -r to ensure compatibility with macOS, avoiding the need to install the GNU version of cp.

Details

To verify this change, I ran a minimal example using both cp and rsync:

Note

The test setup intentionally causes all integration tests to fail while ensuring unit tests succeed. This confirms that the tests are executing correctly as expected.

@h3nryc0ding h3nryc0ding requested a review from a team as a code owner October 1, 2024 00:03
@h3nryc0ding h3nryc0ding requested review from Qalthos and alisonlhart and removed request for a team October 1, 2024 00:03
@github-actions github-actions bot added the bug This issue/PR relates to a bug. label Oct 1, 2024
@h3nryc0ding
Copy link
Author

Hi @cidrblock , could you please provide feedback on this PR? I'm blocked until it's merged and would appreciate your input. Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug.
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

Failure on MacOS since cp does not support --parents
1 participant