Upgrade flatbuffers version to 1.10.0. (#3559)

* Upgrade flatbuffers version to 1.10.0.

* Temporarily change ray.utils.decode for backwards compatibility.
This commit is contained in:
Robert Nishihara
2018-12-23 14:56:34 -08:00
committed by Philipp Moritz
parent ddd4c842f1
commit bb7ca3bae7
3 changed files with 26 additions and 9 deletions
@@ -18,9 +18,9 @@ if(DEFINED ENV{RAY_FLATBUFFERS_HOME} AND EXISTS $ENV{RAY_FLATBUFFERS_HOME})
add_custom_target(flatbuffers_ep)
else()
set(flatbuffers_VERSION "1.9.0")
set(flatbuffers_VERSION "1.10.0")
set(flatbuffers_URL "https://github.com/google/flatbuffers/archive/v${flatbuffers_VERSION}.tar.gz")
set(flatbuffers_URL_MD5 "8be7513bf960034f6873326d09521a4b")
set(flatbuffers_URL_MD5 "f7d19a3f021d93422b0bc287d7148cd2")
set(FLATBUFFERS_INSTALL_PREFIX "${CMAKE_CURRENT_BINARY_DIR}/external/flatbuffers-install")