aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-28 15:19:52 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-28 15:30:01 -0800
commit2c1d5024adaa543a639d51068aca8a07fdc2c1fd (patch)
treef04121e5760fa201604722b40c3e01992aa653d4 /tools/distrib
parent9d3e369289a4d7d1633475efd40036d97df1e0c8 (diff)
added virtualenv to the apt-get
Diffstat (limited to 'tools/distrib')
-rwxr-xr-xtools/distrib/check_nanopb_output.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/distrib/check_nanopb_output.sh b/tools/distrib/check_nanopb_output.sh
index 21179c606b..d6d34e3c40 100755
--- a/tools/distrib/check_nanopb_output.sh
+++ b/tools/distrib/check_nanopb_output.sh
@@ -30,6 +30,8 @@
set -ex
+apt-get install -y autoconf automake libtool curl virtualenv
+
readonly NANOPB_TMP_OUTPUT=$(mktemp -d)
readonly VENV_DIR=$(mktemp -d)
# create a virtualenv for nanopb's compiler
@@ -50,7 +52,6 @@ docker build -t grpc_clang_format tools/dockerfile/grpc_clang_format
# install protoc version 3
pushd third_party/protobuf
-apt-get install -y autoconf automake libtool curl
./autogen.sh
./configure
make