Skip to content
Snippets Groups Projects
Unverified Commit 726cace3 authored by Silas Davis's avatar Silas Davis
Browse files

Remove protobuf dep on build_client


Signed-off-by: default avatarSilas Davis <silas@monax.io>
parent 147dfea9
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ install_db: build_db ...@@ -131,7 +131,7 @@ install_db: build_db
# build burrow-client # build burrow-client
.PHONY: build_client .PHONY: build_client
build_client: commit_hash protobuf build_client: commit_hash
go build -ldflags "-extldflags '-static' \ go build -ldflags "-extldflags '-static' \
-X github.com/hyperledger/burrow/project.commit=$(shell cat commit_hash.txt)" \ -X github.com/hyperledger/burrow/project.commit=$(shell cat commit_hash.txt)" \
-o ${REPO}/bin/burrow-client ./client/cmd/burrow-client -o ${REPO}/bin/burrow-client ./client/cmd/burrow-client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment