Skip to content

Commit

Permalink
Merge pull request #181442 from Homebrew/juicefs-go-1.22
Browse files Browse the repository at this point in the history
juicefs: build with [email protected]
  • Loading branch information
BrewTestBot authored Aug 17, 2024
2 parents 1a2c8c6 + 60f6304 commit e769f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/j/juicefs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class Juicefs < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "2793ade0a368e8f43c2e2eb2f73ae1960722ca9378c9616f0f464428d5d81907"
end

depends_on "go" => :build
# use "go" again after https://github.com/juicedata/juicefs/issues/5047 is resolved and released
depends_on "[email protected]" => :build

def install
system "make"
Expand Down

0 comments on commit e769f0a

Please sign in to comment.