Skip to content

Commit bbd8ec8

Browse files
author
David Goodwin
committed
Use grpc 1.19.0 to avoid build issue with latest release
1 parent bdd9860 commit bbd8ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.client

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ grpc: $(LIBGRPCDIR)/libgrpc_indicator
141141

142142
$(LIBGRPCDIR)/libgrpc_indicator:
143143
mkdir -p $(LIBGRPCDIR)
144-
git clone -b $(shell curl -L https://grpc.io/release) \
144+
git clone -b v1.19.0 \
145145
https://github.com/grpc/grpc $(LIBGRPCDIR)/grpc
146146
cd $(LIBGRPCDIR)/grpc && \
147147
git submodule update --checkout --init && \

0 commit comments

Comments
 (0)