mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
build: enable ceph_pre_quincy tag
This commit add ceph_pre_quincy tag to the build. The main reason being the changes or new APIs exposed in go-ceph version v0.17.0 is part of this Ceph build tag. Enabling the same for the reason. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
483181aec2
commit
5cb8f80c10
2
Makefile
2
Makefile
@ -49,7 +49,7 @@ GO_PROJECT=github.com/ceph/ceph-csi
|
||||
CEPH_VERSION ?= $(shell . $(CURDIR)/build.env ; echo $${CEPH_VERSION})
|
||||
# TODO: ceph_preview tag may be removed with go-ceph 0.17.0
|
||||
# TODO: ceph_ci_untested is added for subvolume metadata (go-ceph#691) and snapshot metadata management (go-ceph#698)
|
||||
GO_TAGS_LIST ?= $(CEPH_VERSION) ceph_preview ceph_ci_untested
|
||||
GO_TAGS_LIST ?= $(CEPH_VERSION) ceph_preview ceph_ci_untested ceph_pre_quincy
|
||||
|
||||
# go build flags
|
||||
LDFLAGS ?=
|
||||
|
Loading…
Reference in New Issue
Block a user