On Wed, Jul 24, 2024 at 06:03:10PM -0000, Emanuel Lima wrote: > It's kata-containers. It works from 1.75 to 1.78 but not with 1.79. > > I opened an issue upstream: > https://github.com/kata-containers/kata-containers/issues/10067 One more note: You could also work around this by patching that one spot with #[allow(dead-code)] like the error says. It would look like this: pub struct AgentConfig { ... other fields here ... #[allow(dead_code)] pub supports_seccomp: bool, ... other fields here ... } -- _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue