-
Notifications
You must be signed in to change notification settings - Fork 13
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
Intermittent failure on MacOS building for clippy --all-features -- -D warnings #227
Comments
I saw it too. Almost certainly a bug in Clippy/Rust rather than our bug. |
It is still quite common. I wonder if we should move lint to after build, in order to help determine where the bug is. |
It might be worth seeing if this is happening in other projects. I checked a few macos workflows & PRs in https://github.com/diesel-rs/diesel/actions and they seem to not be having these failures, or not mentioning it on PRs which seems unlikely. Anyways, #255 passed at https://github.com/jayvdb/butane/actions/runs/8763613341 , and then on the PR, and again on main. Not bad. If it stops happening now, perhaps it is Rust on a specific version of macos. |
It occurs on macos-12 also https://github.com/Electron100/butane/actions/runs/8767317756/job/24060424467?pr=257 |
I am pretty sure I saw this recently, and now again https://github.com/Electron100/butane/actions/runs/8432584319/job/23091944587?pr=223
The text was updated successfully, but these errors were encountered: