-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Labels
C-clientContainerd clientContainerd clientOS-windowsA change is specific to WindowsA change is specific to Windows
Description
Allow for using the client create on Windows (https://github.com/containerd/rust-extensions/tree/main/crates/client). Currently it fails to build with:
error[E0432]: unresolved import `tokio::net::UnixStream`
--> C:\Users\jstur\.cargo\registry\src\index.crates.io-6f17d22bba15001f\containerd-client-0.4.0\src\lib.rs:81:9
|
81 | use tokio::net::UnixStream;
| ^^^^^^^^^^^^^^^^^^^^^^ no `UnixStream` in `net`
|
note: found an item that was configured out
--> C:\Users\jstur\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tokio-1.32.0\src\net\mod.rs:51:27
|
51 | pub use unix::stream::UnixStream;
| ^^^^^^^^^^
For more information about this error, try `rustc --explain E0432`.
error: could not compile `containerd-client` (lib) due to previous error
make: *** [Makefile:32: build-wasm] Error 101
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-clientContainerd clientContainerd clientOS-windowsA change is specific to WindowsA change is specific to Windows