Skip to content
Permalink
Browse files
debian: disable rocksdb on 32bit with valid cmake directive
  • Loading branch information
grooverdan committed Aug 8, 2020
1 parent be974e5 commit cca55a9
Showing 1 changed file with 1 addition and 1 deletion.
@@ -45,7 +45,7 @@ endif

# RocksDB cannot build on 32-bit platforms
ifeq (32,$(DEB_HOST_ARCH_BITS))
CMAKEFLAGS += -DWITHOUT_ROCKSDB=true
CMAKEFLAGS += -DPLUGIN_ROCKSDB=NO
endif

# ColumnStore only attempts to build on a few platforms as dictated by CMake checks

0 comments on commit cca55a9

Please sign in to comment.