diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-03-10 13:36:45 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-03-10 13:36:45 -0700 |
| commit | 7f3ce7b6d63a3bae0ac275c27a5cf959f80c8902 (patch) | |
| tree | d23e3067e16b7f07b8499c5104e16089a7c31412 | |
| parent | ead756981b0b318aa84124df3e7110f82dd6747e (diff) | |
| download | seaweedfs-7f3ce7b6d63a3bae0ac275c27a5cf959f80c8902.tar.xz seaweedfs-7f3ce7b6d63a3bae0ac275c27a5cf959f80c8902.zip | |
adjust tikv build env
| -rw-r--r-- | weed/filer2/tikv/tikv_store.go | 1 | ||||
| -rw-r--r-- | weed/filer2/tikv/tikv_store_unsupported.go | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/weed/filer2/tikv/tikv_store.go b/weed/filer2/tikv/tikv_store.go index accd4f169..2a9dd6648 100644 --- a/weed/filer2/tikv/tikv_store.go +++ b/weed/filer2/tikv/tikv_store.go @@ -1,5 +1,6 @@ // +build !386 // +build !arm +// +build !windows package tikv diff --git a/weed/filer2/tikv/tikv_store_unsupported.go b/weed/filer2/tikv/tikv_store_unsupported.go index daf29612e..713c84bf8 100644 --- a/weed/filer2/tikv/tikv_store_unsupported.go +++ b/weed/filer2/tikv/tikv_store_unsupported.go @@ -1,4 +1,4 @@ -// +build 386 arm +// +build 386 arm windows package tikv |
