From 56c63c041bc55c6ff970014d83f7f24b7a6c1119 Mon Sep 17 00:00:00 2001 From: Ryan Goodfellow Date: Tue, 5 Dec 2023 09:32:22 -0800 Subject: [PATCH] run clippy for falcon build against illumos --- xtask/src/task_clippy.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xtask/src/task_clippy.rs b/xtask/src/task_clippy.rs index 1dd409c43..37cf1dbb7 100644 --- a/xtask/src/task_clippy.rs +++ b/xtask/src/task_clippy.rs @@ -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