Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish release with 1.80 support #2879

Closed
theoparis opened this issue Aug 14, 2024 · 1 comment
Closed

Publish release with 1.80 support #2879

theoparis opened this issue Aug 14, 2024 · 1 comment

Comments

@theoparis
Copy link
Contributor

cargo install youki fails with

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.

@utam0k
Copy link
Member

utam0k commented Aug 23, 2024

Done https://github.com/containers/youki/releases/tag/v0.4.0

@utam0k utam0k closed this as completed Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants