-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump softnpu #577
bump softnpu #577
Conversation
c978d42
to
d1e2c51
Compare
It looks like I should update the |
Perhaps. This is pulling in |
9786ad1
to
ff873f3
Compare
ff873f3
to
c2333d1
Compare
56c63c0
to
a11fdd1
Compare
@@ -18,6 +18,7 @@ rustc --version | |||
|
|||
banner check | |||
ptime -m cargo check --features falcon | |||
ptime -m cargo xtask clippy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably just scope this to a cargo clippy ---features falcon
? We don't need to run the non-falcon checks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, also with --all-targets
flag
xtask/src/task_clippy.rs
Outdated
#[cfg(target_os = "illumos")] | ||
{ | ||
failed |= run_clippy(&[ | ||
"--features", | ||
"falcon", | ||
"-p", | ||
"propolis-server", | ||
"-p", | ||
"propolis-client", | ||
])?; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this part of the change can be elided now that oxidecomputer/netadm-sys@d44d9e0 has landed? (Provided a cargo update -p libnet
is done)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed
holding in draft until softnpu changes land