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

[rocksdb] Update rocksdb to 6.1.2, adds optional zstd feature #7304

Merged
merged 1 commit into from
Jul 17, 2019

Conversation

BradBarnich
Copy link
Contributor

No description provided.

@msftclas
Copy link

msftclas commented Jul 17, 2019

CLA assistant check
All CLA requirements met.

@BradBarnich BradBarnich changed the title Update rocksdb to 6.1.2, adds optional zstd feature [rocksdb] Update rocksdb to 6.1.2, adds optional zstd feature Jul 17, 2019
@Rastaban Rastaban merged commit 4d2d857 into microsoft:master Jul 17, 2019
@@ -40,6 +41,11 @@ if("zlib" IN_LIST FEATURES)
set(WITH_ZLIB ON)
endif()

set(WITH_ZLIB OFF)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be WITH_ZSTD?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, of course 🤦‍♂

@@ -40,6 +41,11 @@ if("zlib" IN_LIST FEATURES)
set(WITH_ZLIB ON)
endif()

set(WITH_ZLIB OFF)
if("zstd" IN_LIST FEATURES)
set(WITH_ZLIB ON)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants