Skip to content

Commit 33ef479

Browse files
committed
juicefs: build with [email protected]
Use "go" again after juicedata/juicefs#5047 is resolved and released To be merged after #175310
1 parent 5003f3c commit 33ef479

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/j/juicefs.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class Juicefs < Formula
2121
sha256 cellar: :any_skip_relocation, x86_64_linux: "2793ade0a368e8f43c2e2eb2f73ae1960722ca9378c9616f0f464428d5d81907"
2222
end
2323

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

2627
def install
2728
system "make"

0 commit comments

Comments
 (0)