Makefile: Pass BUILD_TAGS to test container image

Signed-off-by: Anoop C S <anoopcs@cryptolab.net>
This commit is contained in:
Anoop C S 2022-06-29 15:45:08 +05:30 committed by mergify[bot]
parent 9897bd034d
commit 5a197f13a6
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ else
BUILD_TAGS := $(BUILD_TAGS),ceph_preview
endif
CONTAINER_OPTS += -e BUILD_TAGS=$(BUILD_TAGS)
ifneq ($(USE_CACHE),)
GOCACHE_VOLUME := -v test_ceph_go_cache:/go
endif