build: drop ring feature and dep#156
Conversation
|
Whats the difference here? Is it because ring had those license issues flagged on FOSSA? |
|
Also, interesting the rls-aws-lc-rs seems FIPS compliant. |
No, it's help us use FIPS algorithms ; this is not yet there, we'd have to enable fips feature flag, but this is the start |
|
@mergify queue |
Merge Queue Status
This pull request spent 52 seconds in the queue, including 56 seconds running CI. Waiting for
All conditions
ReasonPull request #156 has been dequeued merge conditions no longer match:
HintYou should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. |
Drops the ring dependency altogether. Ensures kube crates come from workspace so we can specify the actual features on the workspace. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
|
@mergify queue |
Merge Queue Status
This pull request spent 17 seconds in the queue, including 4 seconds running CI. Required conditions to merge
|
Drops the ring dependency altogether.
Ensures kube crates come from workspace so we can specify the actual features on the workspace.