Commit c81d6024 authored by Marko Mäkelä's avatar Marko Mäkelä

Disable MyRocks build

This branch contains a very old version of MyRocks, which is not
really needed. Do not build it, so that the builds and tests will
run faster and will not cause unnecessary failures.
parent 1f5b8e96
......@@ -5,6 +5,9 @@ MACRO(SKIP_ROCKSDB_PLUGIN msg)
RETURN()
ENDMACRO()
# DO NOT MERGE THIS TO ANY BRANCH!!!
SKIP_ROCKSDB_PLUGIN("Not GA quality in the compatibility branch")
IF (NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/rocksdb/Makefile")
SKIP_ROCKSDB_PLUGIN("Missing Makefile in rocksdb directory. Try \"git submodule update\".")
ENDIF()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment