From 023759216c4efa34440deb2e7516d1cc9e5b278f Mon Sep 17 00:00:00 2001 From: Craig Tiller <ctiller@google.com> Date: Mon, 22 Feb 2016 22:27:28 -0800 Subject: [PATCH] Add comment --- tools/codegen/core/gen_load_balancing_proto.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/codegen/core/gen_load_balancing_proto.sh b/tools/codegen/core/gen_load_balancing_proto.sh index 6d974ce31b..fb6a468ee0 100755 --- a/tools/codegen/core/gen_load_balancing_proto.sh +++ b/tools/codegen/core/gen_load_balancing_proto.sh @@ -110,6 +110,8 @@ virtualenv $VENV_NAME . $VENV_NAME/bin/activate popd +# this should be the same version as the submodule we compile against +# ideally we'd update this as a template to ensure that pip install protobuf==3.0.0b2 pushd "$(dirname $1)" > /dev/null -- GitLab