ci: rocksdb version in makefile (#21654)

This commit is contained in:
auricom
2024-09-11 12:30:19 +00:00
committed by GitHub
parent e9eaefa379
commit aa8bf41eb9
6 changed files with 23 additions and 9 deletions
+2
View File
@@ -12,6 +12,8 @@ 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)
rocksdb_version=v8.11.3
ifeq ($(findstring .,$(VERSION)),)
VERSION := 0.0.0
endif