fix(crypto): bls compilation (#22717)

This commit is contained in:
Marko
2024-12-02 17:34:30 +00:00
committed by GitHub
parent f350775d0e
commit 9d9c19c0f8
3 changed files with 7 additions and 18 deletions
-6
View File
@@ -58,12 +58,6 @@ ifeq (v2,$(findstring v2,$(COSMOS_BUILD_OPTIONS)))
endif
# DB backend selection
ifeq (cleveldb,$(findstring cleveldb,$(COSMOS_BUILD_OPTIONS)))
build_tags += gcc
endif
ifeq (badgerdb,$(findstring badgerdb,$(COSMOS_BUILD_OPTIONS)))
build_tags += badgerdb
endif
# handle rocksdb
ifeq (rocksdb,$(findstring rocksdb,$(COSMOS_BUILD_OPTIONS)))
CGO_ENABLED=1