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
Description
Build failed when using helios as library for JNI.
error[E0433]: failed to resolve: could not find `linux` in `os`
--> /home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/interprocess-2.2.1/src/os/unix/uds_local_socket/tokio/stream.rs:36:17
|
36 | use std::os::linux::net::SocketAddrExt;
| ^^^^^ could not find `linux` in `os`
|
This issue is caused by library interprocess-2.2.1
My current solution is to find this piece of code and make the same local modification mentioned above before compiling. I think they will likely fix it in a future release.
Description
Build failed when using helios as library for JNI.
This issue is caused by library
interprocess-2.2.1
Trick to solve this for now
Manually add this part: in kotauskas/interprocess@db6c36d
The text was updated successfully, but these errors were encountered: