Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-g committed Jun 13, 2016
1 parent a011572 commit 46f4a68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions test/distrib/cpp/run_distrib_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@

set -ex

git clone $EXTERNAL_GIT_ROOT
cd grpc && git submodule update --init
git clone --recursive $EXTERNAL_GIT_ROOT
cd grpc

cd third_party/protobuf && ./autogen.sh && \
./configure && make -j12 && make check && make install && ldconfig
./configure && make -j4 && make check && make install && ldconfig

cd ../.. && make -j12 && make install
cd ../.. && make -j4 && make install

cd examples/cpp/helloworld

Expand Down
2 changes: 1 addition & 1 deletion tools/dockerfile/distribtest/cpp_jessie_x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

FROM debian:jessie

# Install packages for gRPC and protobuf
# Install packages needed for gRPC and protobuf
RUN apt-get update && apt-get install -y \
autoconf \
automake \
Expand Down

0 comments on commit 46f4a68

Please sign in to comment.