Repository: mesos Updated Branches: refs/heads/master 708376ebd -> 01b2d8c22
Updated mesos-tidy setup to be based on upstream 6.0 release. Review: https://reviews.apache.org/r/66035/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/01b2d8c2 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/01b2d8c2 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/01b2d8c2 Branch: refs/heads/master Commit: 01b2d8c22f06ed842b660a1492c81d9d5323f9ef Parents: 708376e Author: Benjamin Bannier <[email protected]> Authored: Mon Jun 4 11:56:56 2018 +0200 Committer: Benjamin Bannier <[email protected]> Committed: Mon Jun 4 15:52:09 2018 +0200 ---------------------------------------------------------------------- support/mesos-tidy/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/01b2d8c2/support/mesos-tidy/Dockerfile ---------------------------------------------------------------------- diff --git a/support/mesos-tidy/Dockerfile b/support/mesos-tidy/Dockerfile index 51dfd37..66adbd0 100644 --- a/support/mesos-tidy/Dockerfile +++ b/support/mesos-tidy/Dockerfile @@ -38,9 +38,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_50 http://llvm.org/git/llvm /tmp/llvm && \ - git clone --depth 1 -b mesos_50 http://github.com/mesos/clang.git /tmp/llvm/tools/clang && \ - git clone --depth 1 -b mesos_50 http://github.com/mesos/clang-tools-extra.git /tmp/llvm/tools/clang/tools/extra && \ + git clone --depth 1 -b release_60 http://llvm.org/git/llvm /tmp/llvm && \ + git clone --depth 1 -b mesos_60 http://github.com/mesos/clang.git /tmp/llvm/tools/clang && \ + git clone --depth 1 -b mesos_60 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) && \
