-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Conversation
Looks like the CI images have to be updated to include Rust 1.70. |
Indeed but according to CI team they also can't be until the next version so looks like this will have to wait: https://github.com/paritytech/ci_cd/issues/816#issuecomment-1592952569 |
Nah, I have worked around that issue in paritytech/polkadot#7386; there are a few other blockers before I can get 1.70 out but it should be doable early next week. |
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.
LGTM! I think this is ready for merge, now that CI is up to date to 1.70 👍
bot rebase |
Rebased |
The CI pipeline was cancelled due to failure one of the required jobs. |
https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/3051557 - looks like one of the CI jobs is still using an old rust version. |
Yep, sorry about that! I forgot to update the rust version on our new mac runners. Fixed. |
bot merge |
* once_cell now stable * cargo fmt --------- Co-authored-by: parity-processbot <>
While Lazy is not yet stable we can reduce our dependencies a bit.
Depends on #14399 being merged.