Closed tylerfanelli closed 6 days ago
Yesterday we merged 2 PRs that changed couple of submodules (packit
was part of it), so I guess that could be the issue.
See https://mail.8bytes.org/pipermail/svsm-devel/2024-November/000406.html
So when updating to latest HEAD please make sure to update your submodules as documented in PR #514:
# clean all generated files to avoid having folders with left-overs git clean -xfd git submodule foreach --recursive git clean -xfd # sync urls and update/init git submodules git submodule sync git submodule update --init
The libmstpm/ directory might remain after this and can be safely deleted.
Thanks! Worked for me :)
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.