Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Q3 Sprint 2
Description
Sometimes, framework writers (e.g., C++) would like to statically link libmesos into their scheduler/executor to tightly control the version of libmesos that they depend on. While, they can bundle the libmesos.so with scheduler/executor it is convenient to give them access to a static library (e.g.: they want to create a static scheduler/executor libs).