Skip to content

Commit 20790fc

Browse files
authored
Revert "Revert "Temporarily disable protoc-plugin in CI"" (#1451)
* Revert "Revert "Temporarily disable protoc-plugin in CI (#1447)" (#1448)" This reverts commit e6909cd. * Update run_basic_tests.sh
1 parent 132ed2c commit 20790fc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

scripts/run_basic_tests.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@ docker-compose down
6868
echo -e "\n[Running] Basic test #3 - Testing everything buids"
6969
if [[ "$MASTER" == "1" ]]; then
7070
# 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
7278
else
7379
# Only build a subset of docker images for presubmit runs
7480
docker-compose build commonjs-client closure-client ts-client

0 commit comments

Comments
 (0)