Update jenkins Java dependencies.

pull/2923/head
Feng Xiao 8 years ago
parent c2b3b3e04e
commit b7c813fb67
  1. 2
      jenkins/docker/Dockerfile

@ -129,7 +129,7 @@ ENV MVN mvn --batch-mode
RUN cd /tmp && \ RUN cd /tmp && \
git clone https://github.com/google/protobuf.git && \ git clone https://github.com/google/protobuf.git && \
cd protobuf && \ cd protobuf && \
git reset 057a2851e41e9a0ad95d2cd76aba8bc39ba2e6e3 && \ git reset c2b3b3e04e7a023efe06f2107705b45428847800 && \
./autogen.sh && \ ./autogen.sh && \
./configure && \ ./configure && \
make -j4 && \ make -j4 && \

Loading…
Cancel
Save