aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-11-23 00:48:27 -0800
committerchrislu <chris.lu@gmail.com>2023-11-23 00:48:27 -0800
commit7a50762b9ed05f1410a24f52571b49a25cd561eb (patch)
tree6d8fc64c7d0080e1094a7fa30bed6f375e035602 /Makefile
parent69013af0f3390179965bdaf18af704331af9d8ea (diff)
downloadseaweedfs-7a50762b9ed05f1410a24f52571b49a25cd561eb.tar.xz
seaweedfs-7a50762b9ed05f1410a24f52571b49a25cd561eb.zip
reduce binary size by skipping rclone
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9ae877fa6..fbe357db6 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ warp_install:
go install github.com/minio/warp@v0.7.6
full_install:
- cd weed; go install -tags "elastic gocdk sqlite ydb tikv"
+ cd weed; go install -tags "elastic gocdk sqlite ydb tikv rclone"
server: install
weed -v 4 server -s3 -filer -volume.max=0 -master.volumeSizeLimitMB=1024 -volume.preStopSeconds=1 -s3.port=8000 -s3.allowEmptyFolder=false -s3.allowDeleteBucketNotEmpty=false -s3.config=./docker/compose/s3.json
@@ -32,4 +32,4 @@ benchmark_with_pprof: debug = 1
benchmark_with_pprof: benchmark
test:
- cd weed; go test -tags "elastic gocdk sqlite ydb tikv" -v ./... \ No newline at end of file
+ cd weed; go test -tags "elastic gocdk sqlite ydb tikv rclone" -v ./...