-
Notifications
You must be signed in to change notification settings - Fork 100
build: replace ring with aws-lc-rs #829
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
base: master
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR refactors and updates dependency naming and workspace configuration as part of the migration from ring to aws-lc-rs.
- Renamed dependency and feature keys from underscore (e.g., clash_lib) to hyphen (e.g., clash‑lib) for consistency.
- Updated the workspace member list in Cargo.toml to reflect new module names and added the clash‑dns member.
- Modified the CI workflow to update the exclusion parameter for the renamed module.
Reviewed Changes
Copilot reviewed 3 out of 375 changed files in this pull request and generated no comments.
File | Description |
---|---|
clash-bin/Cargo.toml | Updated dependency keys and feature definitions for naming consistency. |
Cargo.toml | Revised workspace members to match new module naming conventions. |
.github/workflows/ci.yml | Adjusted test arguments to exclude the renamed clash‑ffi module. |
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
It shall be achieved through feature gate. Compilation on cross-rs is very random... Especially arm-arch and i686-arch |
sg |
🤔 This is a ...
🔗 Related issue link
#765
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge