-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: Add version 6.0.2 #5900
Conversation
This is needed for backwards compatibility on a project.
This comment has been minimized.
This comment has been minimized.
I detected other pull requests that are modifying rocksdb/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
Thank you for stating you need this exact version
You can add it in this one... if it takes more changes (ie recipe modifications) save it for another PR |
This comment has been minimized.
This comment has been minimized.
RocksDB 6.0.2 had an invalid use of const, which was later fixed in facebook/rocksdb#6048 Applying the fix as a patch to 6.0.2 could result in a regression, so just don't compile with this compiler instead
Setting back to draft until I figure out the build problems |
Failure in build 4 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
Superseded by #6018. Closing |
Specify library name and version: rocksdb/6.0.2
For backwards compatibility on one of my projects, I need exactly the version 6.0.2. And instead of solving this for myself, I thought contributing to this repo would help others, too.
Current latest version of RocksDB is 6.20.3, I could also add that as a separate PR if desired.
conan-center hook activated. // tested with conan create and conan test