mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
build: add ceph_preview to GO_TAGS_LIST
added required ceph_preview tag to the GO_TAGS_LIST in Makefile which is required for FSQuiesce API. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
6ec86879e6
commit
b30da094b0
3
Makefile
3
Makefile
@ -47,7 +47,8 @@ endif
|
||||
GO_PROJECT=github.com/ceph/ceph-csi
|
||||
|
||||
CEPH_VERSION ?= $(shell . $(CURDIR)/build.env ; echo $${CEPH_VERSION})
|
||||
GO_TAGS_LIST ?= $(CEPH_VERSION)
|
||||
# TODO: ceph_preview tag required for FSQuiesce API
|
||||
GO_TAGS_LIST ?= $(CEPH_VERSION) ceph_preview
|
||||
|
||||
# go build flags
|
||||
LDFLAGS ?=
|
||||
|
Loading…
Reference in New Issue
Block a user