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
parent
commit
a79bf9d92a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      weed/command/update_full.go

4
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

Loading…
Cancel
Save