-
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 versions 6.0.2 and 6.20.3 #6018
rocksdb: add versions 6.0.2 and 6.20.3 #6018
Conversation
This is needed for backwards compatibility on a project.
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
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…n-center-index into rocksdb/add_v6.0.2_v6.20.3
This comment has been minimized.
This comment has been minimized.
I investigated the error for version 6.10.2 and package ID e9395492247c902e986bb43e0038bb2a0c2e606e. It seems to be a temporary problem on the runner machine while executing tests. And the same version and package ID for roughly the same recipe succeeded on #5900. So I now re-triggered a build by fetching master. I think that shall work. |
@conan-center-bot how can I trigger the build? Why is it aborted? |
Hi! I'm tracking this PR and (besides fighting for resources with some Qt pull-request) it is taking too long to build, longer that I would expect in the Linux machines. I've restarted it just in case. I hope it succeeds or I'll try to investigate the failure. 🕵️ |
All green in build 8 ( |
Specify library name and version: rocksdb/6.0.2 rocksdb/6.20.3
I actually need exactly v6.0.2 for backwards compatibility on one of my projects. I created PR #5900 for that.
If things go well, we could actually add also the latest version v6.20.3, so I'm creating this PR for this. If this succeeds, we can ignore #5900.
conan-center hook activated.