-
Notifications
You must be signed in to change notification settings - Fork 97
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
Fix clippy job #179
Comments
@bkchr
it fails on the others (I will continue later):
|
See paritytech/polkadot-sdk#3269
Dunno. Its just for Clippy, so not that imporant. |
clippy is fixed by #177 |
How did you guys Fix the CI issue? I happen to have similar issue, it compiles locally but fails on CI job here |
Problem
PRs fail on
clippy
like this:https://github.com/polkadot-fellows/runtimes/actions/runs/7848328318/job/21419205161?pr=178
https://github.com/polkadot-fellows/runtimes/actions/runs/7802169559/job/21278967760?pr=137
Summary
I tried locally, and nightly 2024-02-11 fails:
but nightly 2024-01-31 works:
So, the February-ish nightly does not work here.
CI uses the latest nightly on every run: https://github.com/polkadot-fellows/runtimes/blob/main/.github/workflows/clippy.yml#L23-L28
Solution?
@ggwpez Oliver has suggested to pin the version. How and when do we decide to bump that nightly version? Anytime when new stable is released? Somebody will just manually update github action here: https://github.com/polkadot-fellows/runtimes/blob/main/.github/workflows/clippy.yml#L23-L28?
Any other solutions?
The text was updated successfully, but these errors were encountered: