|
|
@ -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 ./... |
|
|
|
cd weed; go test -tags "elastic gocdk sqlite ydb tikv rclone" -v ./... |