stardog-union / rocksdb

GNU General Public License v2.0
4 stars 1 forks source link

Bazel Build Failed #7

Closed jiangwenhan closed 3 years ago

jiangwenhan commented 4 years ago

Is the master branch can build use bazel successfully? I try to run command "bazel build ...", but it failed, fail on org_lz4.

matthewvon commented 4 years ago

Stardog's bazel files are currently customized to our bigger product build. That build includes org_lz4 as an outside build library. We have plans to move the the bazel build maintained by Facebook for RocksDB in the future. But that is a few months away.

The quickest solution for you is to revert to Facebook's cmake build of rocksdb. My apologies.