You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build the workspace inside a windows environment. Inside the root directory of the project I am running cargo build --release --locked and getting this error:
error[E0432]: unresolved import `tokio::signal::unix`
--> bitswap-monitoring-client\src\gateways.rs:7:20
|
7 | use tokio::signal::unix::{signal, Signal, SignalKind};
| ^^^^ could not find `unix` in `signal`
I assume this is a windows thing and maybe building with docker is a far better idea.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to build the workspace inside a windows environment. Inside the root directory of the project I am running
cargo build --release --locked
and getting this error:I assume this is a windows thing and maybe building with docker is a far better idea.
The text was updated successfully, but these errors were encountered: