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
error[E0432]: unresolved import `oci_spec::runtime::LinuxRlimit`
--> /home/theo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libcontainer-0.3.3/src/syscall/linux.rs:21:5
|
21 | use oci_spec::runtime::LinuxRlimit;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LinuxRlimit` in `runtime`
error[E0432]: unresolved import `oci_spec::runtime::LinuxRlimit`
--> /home/theo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libcontainer-0.3.3/src/syscall/syscall.rs:15:5
|
15 | use oci_spec::runtime::LinuxRlimit;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LinuxRlimit` in `runtime`
error[E0432]: unresolved import `oci_spec::runtime::LinuxRlimit`
--> /home/theo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libcontainer-0.3.3/src/syscall/test.rs:13:5
|
13 | use oci_spec::runtime::LinuxRlimit;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `LinuxRlimit` in `runtime`
If I use --locked I run into the time crate issue that is caused by rust 1.80.
It seems like this is fixed if I build with cargo install --git https://github.com/containers/youki youki - the last release was 3 months ago so that makes sense.
The text was updated successfully, but these errors were encountered:
cargo install youki
fails withIf I use
--locked
I run into the time crate issue that is caused by rust 1.80.It seems like this is fixed if I build with
cargo install --git https://github.com/containers/youki youki
- the last release was 3 months ago so that makes sense.The text was updated successfully, but these errors were encountered: