diff --git a/.teamcity/Dockerfile b/.teamcity/Dockerfile index e16d09d6f56adfc6ba9bd9a3305e3d8210117146..67e20afaddbc070c9129a886a75e3dfae02a5a63 100644 --- a/.teamcity/Dockerfile +++ b/.teamcity/Dockerfile @@ -23,6 +23,5 @@ RUN apt-get install -y libgflags-dev libgoogle-glog-dev libomp-dev unzip RUN apt-get install -y libgtest-dev && cd /usr/src/gtest && mkdir build \ && cd build && cmake .. && make && cp libgtest*.a /usr/local/lib -RUN wget https://github.com/google/protobuf/releases/download/v2.4.1/protobuf-2.4.1.tar.gz \ - && tar -zxvf protobuf-2.4.1.tar.gz \ - && cd protobuf-2.4.1 && ./configure && make && make install +RUN apt-get update +RUN apt-get install -y iputils-ping diff --git a/.teamcity/build.sh b/.teamcity/build.sh index 09d998269b303d8dda1eae2e8eccf6dd066967f2..3a76f4898690c627169f18f423c78b55be1b100a 100755 --- a/.teamcity/build.sh +++ b/.teamcity/build.sh @@ -134,19 +134,6 @@ EOF rm -rf ${REPO_ROOT}/build } -function run_evo_kit_test { - cd ${REPO_ROOT}/evo_kit - - cat <