Skip to content

Commit

Permalink
fix: remove rsync dependency from homebrew formula (#5086)
Browse files Browse the repository at this point in the history
* fix: remove rsync dependency from homebrew formula

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

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

* Update scripts/install-osx-dependencies.sh
  • Loading branch information
stefreak committed Sep 19, 2023
1 parent 9834d18 commit 640b51a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/install-osx-dependencies.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# install/update homebrew dependencies
BREW_DEPS="jq cmake git kubectl helm rsync icu4c pkg-config dep git-chglog parallel"
BREW_DEPS="jq cmake git kubectl helm icu4c pkg-config git-chglog parallel"

brew update
brew tap git-chglog/git-chglog
Expand Down
2 changes: 0 additions & 2 deletions support/homebrew-formula.rb.j2
Expand Up @@ -4,8 +4,6 @@ class GardenCli < Formula

version "{{version}}"

depends_on "rsync"

# Determine architecture
if Hardware::CPU.arm?
url "{{armTarballUrl}}"
Expand Down

0 comments on commit 640b51a

Please sign in to comment.