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
It seems that cargo clippy on the kernel module fails now due to the packit dependency. Curious, as there is an --exclude packit line in make clippy, but I assume this does not apply to clippy applied to the kernel module.
$ make clippy
cargo clippy --workspace --all-features --exclude packit --exclude svsm-fuzz --exclude igvmbuilder --exclude igvmmeasure -- -D warnings
error: failed to load manifest for workspace member `svsm/svsm/kernel`
referenced by workspace at `svsm/svsm/Cargo.toml`
Caused by:
failed to load manifest for dependency `packit`
Caused by:
failed to read `svsm/svsm/packit/Cargo.toml`
Caused by:
No such file or directory (os error 2)
make: *** [Makefile:178: clippy] Error 101
The text was updated successfully, but these errors were encountered:
It seems that
cargo clippy
on thekernel
module fails now due to thepackit
dependency. Curious, as there is an--exclude packit
line inmake clippy
, but I assume this does not apply to clippy applied to thekernel
module.The text was updated successfully, but these errors were encountered: