update rocksdb and titan#850
Conversation
|
Hi @liyishuai. Thanks for your PR. I'm waiting for a tikv member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Welcome @liyishuai! |
📝 WalkthroughWalkthroughSubmodule references for two native libraries were advanced: Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Yishuai Li <yishuai.li@pingcap.com>
5f7fa66 to
94db8b9
Compare
[LGTM Timeline notifier]Timeline:
|
|
/retest |
|
@liyishuai: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Connor1996, v01dstar The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/ok-to-test |
1 similar comment
|
/ok-to-test |
|
/retest |
) ## Problem `openssl-sys` v0.9.114 (released ~April 2026) dropped support for OpenSSL < 1.1.0. The current CentOS 7 builder image installs `openssl-devel` from the CentOS 7 repos, which provides OpenSSL **1.0.2k** — now rejected at compile time with: > "This crate is only compatible with OpenSSL (version 1.1.0, 1.1.1, 3.x, or 4.x), but a different version of OpenSSL was found." This breaks the `encryption` feature build for **all PRs** targeting `tikv/rust-rocksdb` (confirmed also broken on PR #849, an unrelated change). Upstream issue: tikv/rust-rocksdb#850 ## Fix Switch all three jobs (`pull-rust-rocksdb-lint`, `pull-rust-rocksdb-test-x86`, `pull-rust-rocksdb-test-arm`) to the same Rocky Linux 8 builder image that `tikv/tikv` latest presubmits already use (`v2026.3.22-3-g892e449`). Rocky Linux 8 ships OpenSSL 1.1.1 and a modern GCC system-wide, so: - `yum install -y openssl-devel` is removed (pre-installed in the image) - The `devtoolset-8` source block is removed (system GCC is sufficient) - The CentOS-specific `llvm-toolset-7.0` SCL install is replaced with `dnf install -y clang-tools-extra` ## Precedent `tikv/tikv` latest presubmits already run on this image (see PR #4383). Signed-off-by: Yishuai Li <yishuai.li@pingcap.com>
|
/retest |
to include tikv/rocksdb#429 and tikv/titan#339
Summary by CodeRabbit