Skip to content

Commit

Permalink
fix(xtask): run clippy on feature = "common-os"
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Dec 20, 2024
1 parent fc15262 commit b17f785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xtask/src/clippy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ impl Clippy {

let triple = arch.triple();
cmd!(sh, "cargo clippy --target={triple}").run()?;
cmd!(sh, "cargo clippy --target={triple} --features common-os").run()?;
cmd!(sh, "cargo clippy --target={triple}")
.arg("--features=acpi,dns,fsgsbase,pci,smp,vga")
.run()?;
Expand Down

0 comments on commit b17f785

Please sign in to comment.