aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryulai.li <blacktear23@gmail.com>2022-06-27 10:57:24 +0800
committeryulai.li <blacktear23@gmail.com>2022-06-27 10:57:24 +0800
commit824cbe32becade3d8113bdae636bae706337cd9b (patch)
treef158bfebb2b836f7f5639a9a3a2f143b28499eac /Makefile
parent13159ad0d888c57901f405e1f883ed64101a637a (diff)
downloadseaweedfs-824cbe32becade3d8113bdae636bae706337cd9b.tar.xz
seaweedfs-824cbe32becade3d8113bdae636bae706337cd9b.zip
Make tikv filer enable/disable by build tags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a423a6ddd..aa736edee 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ install:
cd weed; go install
full_install:
- cd weed; go install -tags "elastic gocdk sqlite ydb"
+ cd weed; go install -tags "elastic gocdk sqlite ydb tikv"
test:
- cd weed; go test -tags "elastic gocdk sqlite ydb" -v ./...
+ cd weed; go test -tags "elastic gocdk sqlite ydb tikv" -v ./...