This is an automated email from the ASF dual-hosted git repository.

bbannier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 880eb63  Bumped mesos-tidy to 8.0.0.
880eb63 is described below

commit 880eb63d42adcd36a97240b2751b8d1183e11f38
Author: Benjamin Bannier <[email protected]>
AuthorDate: Thu Jun 6 10:53:10 2019 +0200

    Bumped mesos-tidy to 8.0.0.
    
    Review: https://reviews.apache.org/r/70971
---
 support/mesos-tidy/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/support/mesos-tidy/Dockerfile b/support/mesos-tidy/Dockerfile
index c6f9d83..a6ca38a 100644
--- a/support/mesos-tidy/Dockerfile
+++ b/support/mesos-tidy/Dockerfile
@@ -39,9 +39,9 @@ RUN curl -sSL 
https://cmake.org/files/v3.8/cmake-3.8.2-Linux-x86_64.sh \
     sh /tmp/install-cmake.sh --skip-license --prefix=/usr/local
 
 RUN \
-  git clone --depth 1 -b release_70 http://llvm.org/git/llvm /tmp/llvm && \
-  git clone --depth 1 -b mesos_70 http://github.com/mesos/clang.git 
/tmp/llvm/tools/clang && \
-  git clone --depth 1 -b mesos_70 
http://github.com/mesos/clang-tools-extra.git /tmp/llvm/tools/clang/tools/extra 
&& \
+  git clone --depth 1 -b release_80 http://llvm.org/git/llvm /tmp/llvm && \
+  git clone --depth 1 -b mesos_80 http://github.com/mesos/clang.git 
/tmp/llvm/tools/clang && \
+  git clone --depth 1 -b mesos_80 
http://github.com/mesos/clang-tools-extra.git /tmp/llvm/tools/clang/tools/extra 
&& \
   \
   cmake /tmp/llvm -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt && \
   cmake --build tools/clang/lib/Headers --target install -- -j $(nproc) && \

Reply via email to