Skip to content

Commit

Permalink
run clippy for falcon build against illumos
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Dec 5, 2023
1 parent c2333d1 commit a11fdd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master @ 2023-10-08
with:
toolchain: stable
target: x86_64-unknown-illumos
- name: Report clippy version
run: cargo clippy -- --version
- name: Check clippy
Expand Down
2 changes: 2 additions & 0 deletions xtask/src/task_clippy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ pub(crate) fn cmd_clippy(strict: bool, quiet: bool) -> Result<()> {
"propolis-server",
"-p",
"propolis-client",
"--target",
"x86_64-unknown-illumos",
])?;

// Check the mock server
Expand Down

0 comments on commit a11fdd1

Please sign in to comment.