Mitigate randomly building failure: adding gen_local_scheduler_fbs to raylet lib. (#2271)

This commit is contained in:
Yuhong Guo
2018-06-19 15:29:57 -07:00
committed by Robert Nishihara
parent b372b7103e
commit 51744459f3
+1 -1
View File
@@ -77,6 +77,6 @@ install(
ADD_RAY_LIB(ray
SOURCES ${RAY_SRCS} ${AE_SRCS} ${HIREDIS_SRCS} ${UTIL_SRCS}
DEPENDENCIES gen_gcs_fbs gen_object_manager_fbs gen_node_manager_fbs
DEPENDENCIES gen_gcs_fbs gen_object_manager_fbs gen_node_manager_fbs gen_local_scheduler_fbs
SHARED_LINK_LIBS ""
STATIC_LINK_LIBS ${PLASMA_STATIC_LIB} ${ARROW_STATIC_LIB})