Conversation
|
Thanks! This almost works, but the Cargo.lock is still missing some checksums:
I'd assume it's the crates mentioned in #53, and might be fixed by switching from To an explicit section (and similarly for the other deps where we currently use the patches mechanism). The |
|
I pinned revisions instead of tags. Does it work better ? |
|
No, Cargo.lock is still missing the checksums. |
|
So apparently in both cases the checksums don't end up getting added to I'll see if I can get it to work on the wire-server side, and will update you here once I got it working 👍 |
|
Fixed by getting rid of ring 39d56d5 and build (manually) Cargo.lock in ffi crate |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
In order for Nix to deterministically build the ffi crate, it requires a Cargo.lock. We create it through a build script because we do not want it in the main workspace since this is primarily a lib
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.