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 8a9f860 Manually created clang-tidy config in mesos-tidy setup.
8a9f860 is described below
commit 8a9f8603edb7ed595c1bdb1755981509be8f0bad
Author: Benjamin Bannier <[email protected]>
AuthorDate: Wed Sep 18 13:51:59 2019 +0200
Manually created clang-tidy config in mesos-tidy setup.
Review: https://reviews.apache.org/r/71503
---
support/mesos-tidy/entrypoint.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/support/mesos-tidy/entrypoint.sh b/support/mesos-tidy/entrypoint.sh
index a840867..7d2225d 100755
--- a/support/mesos-tidy/entrypoint.sh
+++ b/support/mesos-tidy/entrypoint.sh
@@ -24,8 +24,8 @@ SRCDIR=/tmp/SRC
# Prepare sources
git clone --depth 1 file:///SRC "${SRCDIR}"
-# We require this in order to populate the `.clang-tidy` file at the top-level.
-(cd "${SRCDIR}" && ./bootstrap)
+# Populate the `.clang-tidy` at the top-level.
+cp "${SRCDIR}"/support/clang-tidy "${SRCDIR}"/.clang-tidy
# Configure sources
cmake -DCMAKE_BUILD_TYPE=Release \