Skip to content

Commit 21faef4

Browse files
authored
Revert "Revert "Revert "Temporarily disable protoc-plugin in CI"" (#1451)" (#1492)
This reverts commit 20790fc.
1 parent cf1154c commit 21faef4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

scripts/run_basic_tests.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,7 @@ 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
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
71+
docker-compose build
7872
else
7973
# Only build a subset of docker images for presubmit runs
8074
docker-compose build commonjs-client closure-client ts-client

0 commit comments

Comments
 (0)