[Infra] Fix make_grpcio_tools (#32904)

When abseil changes, `make_grpcio_tools` needs to run to get an updated
list of abseil files.
pull/32905/head
Esun Kim 2 years ago committed by GitHub
parent efa939ac1f
commit b1c94e1dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_build_submodule_at_head.sh

@ -71,7 +71,7 @@ fi
tools/buildgen/generate_projects.sh
if [ "${SUBMODULE_NAME}" == "protobuf" ]
if [ "${SUBMODULE_NAME}" == "abseil-cpp" ] || [ "${SUBMODULE_NAME}" == "protobuf" ]
then
tools/distrib/python/make_grpcio_tools.py
fi

Loading…
Cancel
Save