-
Notifications
You must be signed in to change notification settings - Fork 753
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
Rework build.rs
and support linking to system RocksDB
#354
base: master
Are you sure you want to change the base?
Rework build.rs
and support linking to system RocksDB
#354
Conversation
This is awesome stuff @lovesegfault! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, looks good in general. Could you document vendor
feature somewhere? Ideally, in the crate docs, so it would be visible on docs.rs
Thanks for the awesome work @lovesegfault! Is there any status update on this PR, or is there another way to use the system's RocksDB? RocksDB is one of the biggest chunks of our compile time—we'd be happy to shave some part of it off. |
Would love to see this picked back up. |
Any updates about this? We would love this change |
reposting here for anyone else who happens to find this pr via search -- you can use the precompiled rocksdb from your package manager by setting |
Hi, @aleksuss, would you like to take another review of this PR? I'm willing to continue the work to get it merged. |
@Xuanwo ok. I will look at this when the merge conflicts will be resolved. |
@Xuanwo, I like the idea overall, but I guess the PR should be updated. |
I will continue the work. |
@Xuanwo, any news? |
Apologies for not having enough time for this. Feel free to take over if you're interested. |
Any idea how much work or time would be needed to finish this out (at least to get it submitted for review)? I can't do it, but I can throw $100 on github at somebody willing to work on it, if that helps. |
This PR completely reworks
librocksdb-sys
's build system. Here are the main achievements:With this I hope our vendoring and linking stories become clearer.
cc. @jonhoo
Fixes #310