valkey-io/valkey-glide

Remove changes done for ORT temporarily misalignment

Closed this issue · 2 comments

Describe the bug

As for today (07/04/24) theres a bug in ORT with new versions of cargo - oss-review-toolkit/ort#8480.
For this issue we added in #1232 a temporary fix which use cargo v1.76 in ORT GH workflow for workaround this issue.
we should track ORT fix for this issue and when fixed remove this temp fix and return to use latest version of cargo.

Expected Behavior

Working with latest stable version of Crago

Current Behavior

Breaking the workflow with Error - NoSuchElementException: Collection contains no element matching the predicate.

Reproduction Steps

Remove Rust chain installing and run the tool

Possible Solution

No response

Additional Information/Context

No response

Client version used

Latest

Redis Version

all

OS

all

Language

TypeScript, Python

Language Version

all

Cluster information

No response

Logs

No response

Other information

No response

FYI, I've proposed a fix for ORT's Cargo analyzer as part of oss-review-toolkit/ort#8497. I'm positive that it will land in this week's release for ORT (done of Thursdays).

Support for Cargo >= 1.77 has actually been part of ORT release 21.0.0 already. Today's ORT release 22.2.0 on top of that also fixes the regression mentioned in #1350.