]> git.puffer.fish Git - matthieu/frr.git/commitdiff
docker: remove grpc from Travis CI
authorIgor Ryzhov <iryzhov@nfware.com>
Fri, 1 Oct 2021 11:04:42 +0000 (14:04 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 1 Oct 2021 11:04:42 +0000 (14:04 +0300)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
docker/ubuntu20-ci/Dockerfile

index 032db8b8ed36f44a63f5212c585788e094ef87b3..b9fe385c3a9eb8b0fc90658a46d14d56f101c7a5 100644 (file)
@@ -11,7 +11,6 @@ RUN apt update && \
       install-info build-essential libsnmp-dev perl \
       libcap-dev python2 libelf-dev \
       sudo gdb curl iputils-ping time \
-      libgrpc++-dev libgrpc-dev protobuf-compiler-grpc \
       lua5.3 liblua5.3-dev \
       net-tools iproute2 && \
       curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output /tmp/get-pip.py && \
@@ -61,7 +60,6 @@ RUN cd ~/frr && \
        --sbindir=/usr/lib/frr \
        --sysconfdir=/etc/frr \
        --enable-vtysh \
-       --enable-grpc \
        --enable-pimd \
        --enable-sharpd \
        --enable-multipath=64 \