mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-30 14:41:20 +00:00
Workaround for gaia build
This commit is contained in:
parent
d7c936abfa
commit
e67b298cef
@ -85,7 +85,7 @@ build-trackomatron: git-branch
|
|||||||
|
|
||||||
build-gaia: git-branch
|
build-gaia: git-branch
|
||||||
@echo "*** Building gaia"
|
@echo "*** Building gaia"
|
||||||
go get -d -u go github.com/cosmos/gaia
|
go get -d -u go github.com/cosmos/gaia || echo "Workaround for go downloads."
|
||||||
cd $(GOPATH)/src/github.com/cosmos/gaia && git checkout "$(GIT_BRANCH)" && git pull
|
cd $(GOPATH)/src/github.com/cosmos/gaia && git checkout "$(GIT_BRANCH)" && git pull
|
||||||
$(MAKE) -C $(GOPATH)/src/github.com/cosmos/gaia get_vendor_deps install
|
$(MAKE) -C $(GOPATH)/src/github.com/cosmos/gaia get_vendor_deps install
|
||||||
@echo "*** Built gaia"
|
@echo "*** Built gaia"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user