containerd / rust-extensions

Rust crates to extend containerd
https://containerd.io
Apache License 2.0
176 stars 69 forks source link

shim: Implement the pause and resume interfaces #285

Open zzzzzzzzzy9 opened 3 months ago

zzzzzzzzzy9 commented 3 months ago

Implement the pause and resume interfaces

zzzzzzzzzy9 commented 3 months ago

@Burning1020

mxpv commented 3 months ago

CI needs some attention.

zzzzzzzzzy9 commented 3 months ago

CI is caused by protobuf-3.5.0. The maintainer of this library upgraded to version 3.5.0 a few days ago, resulting in the fact that it cannot be compiled even without my commit. Is there any solution? @mxpv

mxpv commented 2 months ago

This was addressed in https://github.com/containerd/rust-extensions/pull/296 Could you pls rebase the PR?