@@ -329,9 +329,9 @@ Cloud Platform proto files. We manually install it using:
329329
330330``` bash
331331cd $HOME /Downloads
332- wget -q https://github.com/grpc/grpc/archive/v1.23.1 .tar.gz && \
333- tar -xf v1.23.1 .tar.gz && \
334- cd grpc-1.23.1 && \
332+ wget -q https://github.com/grpc/grpc/archive/78ace4cd5dfcc1f2eced44d22d752f103f377e7b .tar.gz && \
333+ tar -xf 78ace4cd5dfcc1f2eced44d22d752f103f377e7b .tar.gz && \
334+ cd grpc-78ace4cd5dfcc1f2eced44d22d752f103f377e7b && \
335335 make -j ${NCPU:- 4} && \
336336sudo make install && \
337337sudo ldconfig
@@ -420,9 +420,9 @@ Cloud Platform proto files. We install it using:
420420
421421``` bash
422422cd $HOME /Downloads
423- wget -q https://github.com/grpc/grpc/archive/v1.23.1 .tar.gz && \
424- tar -xf v1.23.1 .tar.gz && \
425- cd grpc-1.23.1 && \
423+ wget -q https://github.com/grpc/grpc/archive/78ace4cd5dfcc1f2eced44d22d752f103f377e7b .tar.gz && \
424+ tar -xf 78ace4cd5dfcc1f2eced44d22d752f103f377e7b .tar.gz && \
425+ cd grpc-78ace4cd5dfcc1f2eced44d22d752f103f377e7b && \
426426 make -j ${NCPU:- 4} && \
427427sudo make install && \
428428sudo ldconfig
@@ -526,9 +526,9 @@ Cloud Platform proto files. We can install gRPC from source using:
526526
527527``` bash
528528cd $HOME /Downloads
529- wget -q https://github.com/grpc/grpc/archive/v1.23.1 .tar.gz && \
530- tar -xf v1.23.1 .tar.gz && \
531- cd grpc-1.23.1 && \
529+ wget -q https://github.com/grpc/grpc/archive/78ace4cd5dfcc1f2eced44d22d752f103f377e7b .tar.gz && \
530+ tar -xf 78ace4cd5dfcc1f2eced44d22d752f103f377e7b .tar.gz && \
531+ cd grpc-78ace4cd5dfcc1f2eced44d22d752f103f377e7b && \
532532 make -j ${NCPU:- 4} && \
533533sudo make install && \
534534sudo ldconfig
@@ -688,9 +688,9 @@ Protobuf we just installed in `/usr/local`:
688688
689689``` bash
690690cd $HOME /Downloads
691- wget -q https://github.com/grpc/grpc/archive/v1.23.1 .tar.gz && \
692- tar -xf v1.23.1 .tar.gz && \
693- cd grpc-1.23.1 && \
691+ wget -q https://github.com/grpc/grpc/archive/78ace4cd5dfcc1f2eced44d22d752f103f377e7b .tar.gz && \
692+ tar -xf 78ace4cd5dfcc1f2eced44d22d752f103f377e7b .tar.gz && \
693+ cd grpc-78ace4cd5dfcc1f2eced44d22d752f103f377e7b && \
694694 make -j ${NCPU:- 4} && \
695695sudo make install && \
696696sudo ldconfig
@@ -791,9 +791,9 @@ Cloud Platform proto files. We manually install it using:
791791
792792``` bash
793793cd $HOME /Downloads
794- wget -q https://github.com/grpc/grpc/archive/v1.23.1 .tar.gz && \
795- tar -xf v1.23.1 .tar.gz && \
796- cd grpc-1.23.1 && \
794+ wget -q https://github.com/grpc/grpc/archive/78ace4cd5dfcc1f2eced44d22d752f103f377e7b .tar.gz && \
795+ tar -xf 78ace4cd5dfcc1f2eced44d22d752f103f377e7b .tar.gz && \
796+ cd grpc-78ace4cd5dfcc1f2eced44d22d752f103f377e7b && \
797797 make -j ${NCPU:- 4} && \
798798sudo make install && \
799799sudo ldconfig
@@ -915,9 +915,9 @@ Cloud Platform proto files. We manually install it using:
915915
916916``` bash
917917cd $HOME /Downloads
918- wget -q https://github.com/grpc/grpc/archive/v1.23.1 .tar.gz && \
919- tar -xf v1.23.1 .tar.gz && \
920- cd grpc-1.23.1 && \
918+ wget -q https://github.com/grpc/grpc/archive/78ace4cd5dfcc1f2eced44d22d752f103f377e7b .tar.gz && \
919+ tar -xf 78ace4cd5dfcc1f2eced44d22d752f103f377e7b .tar.gz && \
920+ cd grpc-78ace4cd5dfcc1f2eced44d22d752f103f377e7b && \
921921 make -j ${NCPU:- 4} && \
922922sudo make install && \
923923sudo ldconfig
0 commit comments