Browse Source
Merge pull request #3252 from guol-fnst/update_tbk
remove hdfs, add tikv for full version update
pull/3254/head
Chris Lu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
weed/command/update_full.go
|
@ -1,5 +1,5 @@ |
|
|
//go:build elastic && ydb && gocdk && hdfs
|
|
|
|
|
|
// +build elastic,ydb,gocdk,hdfs
|
|
|
|
|
|
|
|
|
//go:build elastic && ydb && gocdk && tikv
|
|
|
|
|
|
// +build elastic,ydb,gocdk,tikv
|
|
|
|
|
|
|
|
|
package command |
|
|
package command |
|
|
|
|
|
|
|
|