From 920832b04b89a0a0c9e12b3d51fe710fc622dad6 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:21:18 +0500 Subject: [PATCH] fix: install cronie --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 269b6ec91..05d095889 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,16 @@ all: install install: cd weed; go install +install_large: + cd weed; go install -tags "5BytesOffset" + warp_install: go install github.com/minio/warp@v0.7.6 full_install: cd weed; go install -tags "elastic gocdk sqlite ydb tikv rclone" -server: install +server: install_large 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 -metricsPort=9324 benchmark: install warp_install