lanzatool: prepare to enable clippy
This still needs work.
This commit is contained in:
parent
b37ffd19d6
commit
5406e69b9a
|
@ -160,6 +160,14 @@
|
|||
};
|
||||
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: how to get in: {deployed, audited} mode ?
|
||||
lanzaboote-boot = mkSecureBootTest {
|
||||
|
|
Loading…
Reference in New Issue