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 9a6c69c Bumped mesos-tidy onto upstream release_90.
9a6c69c is described below
commit 9a6c69ced048697176ac32d6c99308d1cb05ddee
Author: Benjamin Bannier <[email protected]>
AuthorDate: Thu Sep 19 22:43:31 2019 +0200
Bumped mesos-tidy onto upstream release_90.
Review: https://reviews.apache.org/r/71523
---
support/clang-tidy | 1 +
support/mesos-tidy/Dockerfile | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/support/clang-tidy b/support/clang-tidy
index 27879a6..ff2a0bc 100644
--- a/support/clang-tidy
+++ b/support/clang-tidy
@@ -20,6 +20,7 @@ google-*,\
-google-default-arguments,\
-google-explicit-constructor,\
-google-global-names-in-headers,\
+-google-readability-avoid-underscore-in-googletest-name,\
-google-readability-namespace-comments,\
-google-runtime-int,\
-google-runtime-member-string-references,\
diff --git a/support/mesos-tidy/Dockerfile b/support/mesos-tidy/Dockerfile
index a6ca38a..7d17a82 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_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
&& \
+ git clone --depth 1 -b release_90 http://llvm.org/git/llvm /tmp/llvm && \
+ git clone --depth 1 -b mesos_90 http://github.com/mesos/clang.git
/tmp/llvm/tools/clang && \
+ git clone --depth 1 -b mesos_90
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) && \