Skip to content
Snippets Groups Projects
Commit 46f4a681 authored by yang-g's avatar yang-g
Browse files

minor fixes

parent a011572c
No related branches found
No related tags found
No related merge requests found
...@@ -30,13 +30,13 @@ ...@@ -30,13 +30,13 @@
set -ex set -ex
git clone $EXTERNAL_GIT_ROOT git clone --recursive $EXTERNAL_GIT_ROOT
cd grpc && git submodule update --init cd grpc
cd third_party/protobuf && ./autogen.sh && \ 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 cd examples/cpp/helloworld
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
FROM debian:jessie FROM debian:jessie
# Install packages for gRPC and protobuf # Install packages needed for gRPC and protobuf
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
autoconf \ autoconf \
automake \ automake \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment