Open Mossaka opened 3 weeks ago
I think this change is great ,but how about using pipe but not using fifo directly, because there's so many problem which I meet in FIFO direct. #278
My goal is to do a refactoring so that the code can compile. I am happy to rebase on your Pr if that works
My goal is to do a refactoring so that the code can compile. I am happy to rebase on your Pr if that works
I think I should wait for your split , because I forget the sync feature too, that pipe problem is only existing in async feature.
Questions: should we add cargo build -p runc to the CI since the CI is not building runc with default target at all?
I wonder why is it not included. On Linux, the entire Cargo workspace should be included?
I was AFK this entire week. Will follow up to address the comments when I get back to work.
I think I should wait for your spli
Okay, I will leave my PR to merge as it is, and the issue regarding FIFO could be left to a follow up. I don't want to block your PR
I wonder why is it not included. On Linux, the entire Cargo workspace should be included?
I think we are missing a --workspace
flag on ci.yml
Can we merge this PR now? @mxpv
An attempt to resolve https://github.com/containerd/rust-extensions/pull/326#issuecomment-2458210761
Questions: should we add
cargo build -p runc
to the CI since the CI is not building runc with default target at all?Can you take a look at this PR? @ningmingxiao, @mxpv