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

feat: upgrade rust-rocksdb #821

Merged
merged 4 commits into from
Apr 11, 2023
Merged

Conversation

ShiKaiWi
Copy link
Member

@ShiKaiWi ShiKaiWi commented Apr 10, 2023

Which issue does this PR close?

Closes #818

Rationale for this change

After upgrade cmake to 2.26, it can't build because of the failure of compiling rocksdb.

What changes are included in this PR?

  • Upgrade the rust-rocksdb to keep the latest with the version used by tikv.
  • Remove unused dependancies.

Are there any user-facing changes?

None.

How does this change test

Existing tests.

Copy link
Contributor

@jiacai2050 jiacai2050 left a comment

Choose a reason for hiding this comment

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

LGTM

@ShiKaiWi ShiKaiWi added this pull request to the merge queue Apr 11, 2023
Merged via the queue into apache:main with commit 8469e55 Apr 11, 2023
4 of 5 checks passed
@ShiKaiWi ShiKaiWi deleted the fix-replace-rocksdb-impl branch April 11, 2023 04:35
chunshao90 pushed a commit to chunshao90/ceresdb that referenced this pull request May 15, 2023
* feat: upgrade rust-rocksdb

* feat: remove unused dependancies

* fix: add missing system_catalog dep

* fix: set the rocksdb statistics
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.

Can't build with cmake >=2.25.0
2 participants