File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ echo "go install cmd/protoc-gen-go-grpc"
40
40
echo " git clone https://github.com/grpc/grpc-proto"
41
41
git clone --quiet https://github.com/grpc/grpc-proto ${WORKDIR} /grpc-proto
42
42
43
+ echo " git clone https://github.com/protocolbuffers/protobuf"
44
+ git clone --quiet https://github.com/protocolbuffers/protobuf ${WORKDIR} /protobuf
45
+
43
46
# Pull in code.proto as a proto dependency
44
47
mkdir -p ${WORKDIR} /googleapis/google/rpc
45
48
echo " curl https://raw.githubusercontent.com/googleapis/googleapis/master/google/rpc/code.proto"
@@ -87,6 +90,7 @@ for src in ${SOURCES[@]}; do
87
90
-I" ." \
88
91
-I${WORKDIR} /grpc-proto \
89
92
-I${WORKDIR} /googleapis \
93
+ -I${WORKDIR} /protobuf/src \
90
94
-I${WORKDIR} /istio \
91
95
${src}
92
96
done
@@ -97,6 +101,7 @@ for src in ${LEGACY_SOURCES[@]}; do
97
101
-I" ." \
98
102
-I${WORKDIR} /grpc-proto \
99
103
-I${WORKDIR} /googleapis \
104
+ -I${WORKDIR} /protobuf/src \
100
105
-I${WORKDIR} /istio \
101
106
${src}
102
107
done
You can’t perform that action at this time.
0 commit comments