commit | 59f72ba2c7ddc7b874e0ff6d14cc9dd22a24cb2b | [log] [tgz] |
---|---|---|
author | Nicolas Palpacuer <np202g@att.com> | Mon Jul 16 15:16:18 2018 -0400 |
committer | Shad Ansari <shad@opennetworking.org> | Tue Jul 17 15:09:59 2018 +0000 |
tree | 9c4b9733d27828307c0087a6deb5ce838bede597 | |
parent | d6cf5aa1a14035c506490800b1dc03e2986a22e2 [diff] |
VOL-1105 Use specific commit of googlepais for protos Change-Id: I98ede3a72a4816572a3104ccd9b18c77d5167341
diff --git a/protos/Makefile b/protos/Makefile index 1795977..0451ebc 100644 --- a/protos/Makefile +++ b/protos/Makefile
@@ -33,6 +33,9 @@ googleapis: if [ ! -e "googleapis" ]; then \ git clone https://github.com/googleapis/googleapis.git; \ + cd googleapis; \ + git checkout 475d72b7405c92f06d7f2d4aba866278eb5ad8e9; \ + cd ..; \ make -C googleapis LANGUAGE=cpp all; \ fi;