mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-28 21:51:22 +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
|
||||
@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
|
||||
$(MAKE) -C $(GOPATH)/src/github.com/cosmos/gaia get_vendor_deps install
|
||||
@echo "*** Built gaia"
|
||||
|
Loading…
x
Reference in New Issue
Block a user