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

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

commit 67771b8905822b032c0045e5f6c904f2afc2a10e
Author: Charles-Francois Natali <cf.nat...@gmail.com>
AuthorDate: Wed Apr 27 21:33:50 2022 +0100

    Fixed some clang-tidy errors: build re2.
---
 support/mesos-tidy/entrypoint.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/mesos-tidy/entrypoint.sh b/support/mesos-tidy/entrypoint.sh
index f9db6c43d..8bdd1ec18 100755
--- a/support/mesos-tidy/entrypoint.sh
+++ b/support/mesos-tidy/entrypoint.sh
@@ -56,6 +56,7 @@ cmake --build 3rdparty --target leveldb-1.19
 cmake --build 3rdparty --target nvml-352.79
 cmake --build 3rdparty --target picojson-1.3.0
 cmake --build 3rdparty --target protobuf-3.5.0
+cmake --build 3rdparty --target re2-2020-07-06
 cmake --build 3rdparty --target zookeeper-3.4.8
 
 # Generate the protobuf definitions.

Reply via email to