You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ya...@apache.org on 2017/02/05 07:27:06 UTC

mesos git commit: Fix the OS X build.

Repository: mesos
Updated Branches:
  refs/heads/master 9737a529f -> 292e25c07


Fix the OS X build.

Review: https://reviews.apache.org/r/56314/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/292e25c0
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/292e25c0
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/292e25c0

Branch: refs/heads/master
Commit: 292e25c078119195e53d05d9eac3843297fa4165
Parents: 9737a52
Author: James Peach <jp...@apache.org>
Authored: Sat Feb 4 23:25:38 2017 -0800
Committer: Jiang Yan Xu <xu...@apple.com>
Committed: Sat Feb 4 23:25:38 2017 -0800

----------------------------------------------------------------------
 src/tests/containerizer/provisioner_appc_tests.cpp | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/292e25c0/src/tests/containerizer/provisioner_appc_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/containerizer/provisioner_appc_tests.cpp b/src/tests/containerizer/provisioner_appc_tests.cpp
index 5dae4e8..eb6509b 100644
--- a/src/tests/containerizer/provisioner_appc_tests.cpp
+++ b/src/tests/containerizer/provisioner_appc_tests.cpp
@@ -47,7 +47,9 @@
 
 #include "tests/mesos.hpp"
 
+#ifdef __linux__
 #include "tests/containerizer/rootfs.hpp"
+#endif
 
 namespace http = process::http;
 namespace paths = mesos::internal::slave::appc::paths;