lanzatool: prepare to enable clippy
This still needs work.
This commit is contained in:
parent
b37ffd19d6
commit
5406e69b9a
|
@ -160,6 +160,14 @@
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
# TODO Will be enabled by nikstur.
|
||||||
|
#
|
||||||
|
# lanzatool-unwrapped-clippy = craneLib.cargoClippy {
|
||||||
|
# src = lanzatool-unwrapped-src;
|
||||||
|
# cargoArtifacts = lanzatool-unwrapped-deps;
|
||||||
|
# cargoClippyExtraArgs = "--all-targets -- --deny warnings";
|
||||||
|
# };
|
||||||
|
|
||||||
# TODO: user mode: OK
|
# TODO: user mode: OK
|
||||||
# TODO: how to get in: {deployed, audited} mode ?
|
# TODO: how to get in: {deployed, audited} mode ?
|
||||||
lanzaboote-boot = mkSecureBootTest {
|
lanzaboote-boot = mkSecureBootTest {
|
||||||
|
|
Loading…
Reference in New Issue