Skip to content

Commit

Permalink
juicefs: build with [email protected]
Browse files Browse the repository at this point in the history
Use "go" again after juicedata/juicefs#5047 is resolved and released

To be merged after #175310
  • Loading branch information
stefanb committed Aug 2, 2024
1 parent 5003f3c commit 33ef479
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 33ef479

Please sign in to comment.