-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63342/
-----------------------------------------------------------
Review request for mesos, Jeff Coffler, John Kordich, and Joseph Wu.
Bugs: MESOS-8035
https://issues.apache.org/jira/browse/MESOS-8035
Repository: mesos
Description
-------
This resolves MESOS-8035 so that building just the `mesos-agent`, etc.
target should correctly build its runtime dependencies (such as the
containerizer, executor, etc.).
Diffs
-----
src/local/CMakeLists.txt 5e5bee3b70b2407bd86d9e7ffe0d169346054942
src/slave/CMakeLists.txt 6f08f3dc95f3a1408cbef7b8f0b0cc2522558924
src/tests/CMakeLists.txt 386e0473c93d0a993248c7818067071d0c761c76
Diff: https://reviews.apache.org/r/63342/diff/1/
Testing
-------
Cleaned build folder, built just the `mesos-agent` target on Windows and Linux,
verified it could launch and connect to a master (built clean with just
`--target mesos-master`. Launched a simple task via Marathon to confirm
end-to-end support.
Thanks,
Andrew Schwartzmeyer