fix(build): fix build tags (#23132)
Co-authored-by: auricom <27022259+auricom@users.noreply.github.com> Co-authored-by: marbar3778 <marbar3778@yahoo.com>
This commit is contained in:
co-authored by
auricom
marbar3778
parent
4fb2347af4
commit
986974a7cd
@@ -12,9 +12,9 @@ MOCKS_DIR = $(CURDIR)/tests/mocks
|
||||
HTTPS_GIT := https://github.com/cosmos/cosmos-sdk.git
|
||||
DOCKER := $(shell which docker)
|
||||
PROJECT_NAME = $(shell git remote get-url origin | xargs basename -s .git)
|
||||
COSMOS_BUILD_OPTIONS := v2
|
||||
COSMOS_BUILD_OPTIONS += ' v2'
|
||||
|
||||
rocksdb_version=v9.6.1
|
||||
rocksdb_version=v9.7.3
|
||||
|
||||
ifeq ($(findstring .,$(VERSION)),)
|
||||
VERSION := 0.0.0
|
||||
|
||||
Reference in New Issue
Block a user