-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61118/
-----------------------------------------------------------
(Updated Aug. 4, 2017, 1:20 a.m.)
Review request for mesos, Andrew Schwartzmeyer, Jie Yu, and Joseph Wu.
Changes
-------
Automatically generated `grpc_tests.pb.*` and `grpc_tests.grpc.pb.*` for grpc
tests.
Summary (updated)
-----------------
Building gRPC support in libprocess with CMake.
Bugs: MESOS-7810
https://issues.apache.org/jira/browse/MESOS-7810
Repository: mesos
Description (updated)
-------
This patch enables CMake to build code for gRPC support in libprocess
along with tests under Linux.
TODO(chhsiao): gRPC support for Windows.
Diffs (updated)
-----
3rdparty/libprocess/src/CMakeLists.txt
f97291bd7cadcb440231619a8a2d1029a447ec27
3rdparty/libprocess/src/tests/CMakeLists.txt
27451c275b1f5a2eb7ada78f8cbe4b7c2c63ca92
Diff: https://reviews.apache.org/r/61118/diff/2/
Changes: https://reviews.apache.org/r/61118/diff/1-2/
Testing (updated)
-------
make
sudo make check
cd 3rdparty/libprocess/src/tests && make libprocess-tests && ./libprocess-tests
Thanks,
Chun-Hung Hsiao