File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,13 @@ docker-compose down
68
68
echo -e " \n[Running] Basic test #3 - Testing everything buids"
69
69
if [[ " $MASTER " == " 1" ]]; then
70
70
# Build all for continuous_integration
71
- docker-compose build
71
+ # docker-compose build
72
+
73
+ # Temporary fix `protoc-plugin` build failure (introduced in
74
+ # https://github.com/grpc/grpc-web/pull/1445) by building
75
+ # everything but it.
76
+ # TODO: Revert to building all targets.
77
+ docker-compose build prereqs echo-server node-server node-interop-server envoy grpcwebproxy commonjs-client closure-client ts-client binary-client interop-client jsunit-test
72
78
else
73
79
# Only build a subset of docker images for presubmit runs
74
80
docker-compose build commonjs-client closure-client ts-client
You can’t perform that action at this time.
0 commit comments