Skip to content

Commit cc88432

Browse files
authored
Merge pull request #2159 from hermit-os/xtask-clippy-mmio
build(xtask): run Clippy for virtio-mmio
2 parents 06420e2 + ad36a23 commit cc88432

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

xtask/src/clippy.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ impl Clippy {
3333
.arg("--no-default-features")
3434
.arg("--features=acpi,fsgsbase,pci,smp,vga")
3535
.run()?;
36+
clippy()
37+
.arg("--no-default-features")
38+
// FIXME: also enable virtio-fs and virtio-vsock once they no longer imply PCI
39+
.arg("--features=tcp,virtio-console,virtio-net")
40+
.run()?;
3641

3742
match *arch {
3843
Arch::X86_64 => {

0 commit comments

Comments
 (0)