-
Notifications
You must be signed in to change notification settings - Fork 346
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
Specify the protobuf crate because of the rust-criu crate #2497
Conversation
Signed-off-by: utam0k <k0ma@utam0k.jp>
Hey @utam0k is there anything urgent blocking on this? I think this dependency bug should be handled in upstream itself, rather than we adding the constraint here. I'll approve this PR in case something urgently needs this patch in youki, but otherwise I think we should wait for the crate itself to fix it properly. |
Thanks for your review. We can't build youki from scratch at lease in my environment 😭 |
hey there, I would like to understand more about this situation, as If you have encountered a breaking change in the latest version |
Hi, @Mossaka. As far as my memory, it caused flaky CI as the comment on checkpoint-restore/rust-criu#19. How about specifying the bottom version of
|
What does bottom version mean? |
It means the range for the crate's version. Like |
Or it may now be stable. Let me see for a while if the CI would be unstable. |
Yeah, runwasi resolved this issue by updating containerd-shim-protos to the latest version, which I made the change to relex the version requirement for |
Workaround: checkpoint-restore/rust-criu#19