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: remove rsync dependency from homebrew formula #5086

Merged
merged 2 commits into from Sep 19, 2023

Conversation

stefreak
Copy link
Member

What this PR does / why we need it:
According to our install guide we only depend on rsync on Windows.

See also https://docs.garden.io/guides/installation

Which issue(s) this PR fixes:

Fixes garden-io/homebrew-garden#8

Special notes for your reviewer:

According to our install guide we only depend on rsync on Windows.

See also https://docs.garden.io/guides/installation
@@ -4,8 +4,6 @@ class GardenCli < Formula

version "{{version}}"

depends_on "rsync"
Copy link
Member Author

Choose a reason for hiding this comment

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

Note to the reviewers: Updating this jinja2 file will automatically update the homebrew-garden repository upon the next release since #5062

@stefreak stefreak added this pull request to the merge queue Sep 19, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 19, 2023
@vvagaytsev vvagaytsev added this pull request to the merge queue Sep 19, 2023
Merged via the queue into main with commit 640b51a Sep 19, 2023
42 checks passed
@vvagaytsev vvagaytsev deleted the fix/remove-rsync-homebrew branch September 19, 2023 13:49
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.

Get rid of rsync dependency
2 participants