Skip to content

Commit

Permalink
Merge PR: bump to Version v1.5.6 (#2215)
Browse files Browse the repository at this point in the history
* bump to Version v1.5.6

* disable check version

Co-authored-by: xiangjianmeng <[email protected]>
  • Loading branch information
zhongqiuwood and xiangjianmeng authored Jun 22, 2022
1 parent 9f665d5 commit 940e7b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GO_VERSION=1.17
ROCKSDB_VERSION=6.15.5
IGNORE_CHECK_GO=false

Version=v1.5.5
Version=v1.5.6
CosmosSDK=v0.39.2
Tendermint=v0.33.9
Iavl=v0.14.3
Expand Down Expand Up @@ -39,8 +39,6 @@ build_tags = netgo
ifeq ($(WITH_ROCKSDB),true)
CGO_ENABLED=1
build_tags += rocksdb
else
ROCKSDB_VERSION=0
endif
build_tags += $(BUILD_TAGS)
build_tags := $(strip $(build_tags))
Expand Down Expand Up @@ -199,7 +197,7 @@ localnet-stop:

rocksdb:
@echo "Installing rocksdb..."
@bash ./libs/rocksdb/install.sh --version v$(ROCKSDB_VERSION)
@bash ./libs/rocksdb/install.sh
.PHONY: rocksdb

.PHONY: build
Expand Down

0 comments on commit 940e7b7

Please sign in to comment.