Conversation
Yes, we should. I need to figure out the soundness issues with #1327 and |
It's not that obvious to me how/why |
That's more right than I thought. Feel free to add temporary |
ca57d17 to
c7332b9
Compare
kkysen
left a comment
There was a problem hiding this comment.
We might be able to trim some of these CI jobs (I think there's some overlap), but it seems good for now.
809365b to
e62aa5a
Compare
|
Dropped running clippy in the Android workflow, which seems to fail. It looks like there's not a lot of Android-specific code anyway, so I think it should be fine to land this -- can always expand with more coverage. |
kkysen
left a comment
There was a problem hiding this comment.
Dropped running clippy in the Android workflow, which seems to fail. It looks like there's not a lot of Android-specific code anyway, so I think it should be fine to land this -- can always expand with more coverage.
Oh, it might be that the android target doesn't have clippy, since it's a tier 2 target without host tools.
I tried running clippy and got this:
clippy is configured like this:
It would be nice if these explicitly enabled clippy lints at least blocked PR CI.
clippyin CI #1343