mirror of https://github.com/grpc/grpc-web.git
This reverts commit e6909cd284
.
This commit is contained in:
parent
132ed2cd94
commit
909d24cd25
|
@ -68,7 +68,13 @@ docker-compose down
|
||||||
echo -e "\n[Running] Basic test #3 - Testing everything buids"
|
echo -e "\n[Running] Basic test #3 - Testing everything buids"
|
||||||
if [[ "$MASTER" == "1" ]]; then
|
if [[ "$MASTER" == "1" ]]; then
|
||||||
# Build all for continuous_integration
|
# Build all for continuous_integration
|
||||||
docker-compose build
|
# docker-compose build
|
||||||
|
|
||||||
|
# Temporary fix `protoc-plugin` build failure (introduced in
|
||||||
|
# https://github.com/grpc/grpc-web/pull/1445) by building
|
||||||
|
# everything but it.
|
||||||
|
# TODO: Revert to building all targets.
|
||||||
|
docker-compose build prereqs echo-server node-server node-interop-server envoy grpcwebproxy commonjs-client closure-client ts-client binary-client interop-client protoc-plugin jsunit-test
|
||||||
else
|
else
|
||||||
# Only build a subset of docker images for presubmit runs
|
# Only build a subset of docker images for presubmit runs
|
||||||
docker-compose build commonjs-client closure-client ts-client
|
docker-compose build commonjs-client closure-client ts-client
|
||||||
|
|
Loading…
Reference in New Issue