From 5cb8f80c101dd3ced89d5f0b9c28dc072cb280d5 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Wed, 17 Aug 2022 18:25:18 +0530 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd3c2f382..4269ce377 100644 --- a/Makefile +++ b/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 ?=