Skip to content

Commit

Permalink
add juicefs.all for CSI build
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyXSD authored and davies committed Aug 31, 2023
1 parent b11a72e commit 94d9c0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ juicefs.lite: Makefile cmd/*.go pkg/*/*.go
juicefs.ceph: Makefile cmd/*.go pkg/*/*.go
go build -tags ceph -ldflags="$(LDFLAGS)" -o juicefs.ceph .

juicefs.all: Makefile cmd/*.go pkg/*/*.go
go build -tags ceph -ldflags="$(LDFLAGS)" -o juicefs.all .

# This is the script for compiling the Linux version on the MacOS platform.
# Please execute the `brew install FiloSottile/musl-cross/musl-cross` command before using it.
Expand Down

0 comments on commit 94d9c0f

Please sign in to comment.