Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from rocksdb v7.8.3 to v8.5.3 #4283

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -489,15 +489,6 @@ set(WITH_CORE_TOOLS
set(WITH_TOOLS
${NANO_ROCKSDB_TOOLS}
CACHE BOOL "" FORCE)
if(ENABLE_AVX2)
set(PORTABLE
OFF
CACHE BOOL "" FORCE)
else()
set(PORTABLE
ON
CACHE BOOL "" FORCE)
endif()
set(FAIL_ON_WARNINGS
OFF
CACHE BOOL "") # Ignore unreachable code warning in merging_iterator.cc
Expand Down
2 changes: 1 addition & 1 deletion submodules/rocksdb
Submodule rocksdb updated 1188 files
Loading