Skip to content
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

Merged
merged 6 commits into from
Dec 15, 2023
Merged

bump softnpu #577

merged 6 commits into from
Dec 15, 2023

Conversation

rcgoodfellow
Copy link
Contributor

holding in draft until softnpu changes land

@pfmooney
Copy link
Collaborator

pfmooney commented Dec 4, 2023

It looks like I should update the clippy xtask to specify --no-deps?

@rcgoodfellow
Copy link
Contributor Author

It looks like I should update the Clippy task to specify --no-deps?

Perhaps. This is pulling in libnet, which will go badly on any platform which is not illumos. Looks like some of the clippy complaints would also apply to illumos, so I'll go check that out.

@rcgoodfellow rcgoodfellow force-pushed the softnpu-bump branch 2 times, most recently from 9786ad1 to ff873f3 Compare December 5, 2023 17:03
@@ -18,6 +18,7 @@ rustc --version

banner check
ptime -m cargo check --features falcon
ptime -m cargo xtask clippy
Copy link
Collaborator

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.

Copy link
Contributor Author

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

Comment on lines 42 to 52
#[cfg(target_os = "illumos")]
{
failed |= run_clippy(&[
"--features",
"falcon",
"-p",
"propolis-server",
"-p",
"propolis-client",
])?;
}
Copy link
Collaborator

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)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

@rcgoodfellow rcgoodfellow marked this pull request as ready for review December 14, 2023 20:05
@rcgoodfellow rcgoodfellow merged commit c1896ca into master Dec 15, 2023
10 checks passed
@pfmooney pfmooney deleted the softnpu-bump branch December 15, 2023 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants