-
Notifications
You must be signed in to change notification settings - Fork 783
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
ci: updates for Rust 1.84 #4846
Conversation
Given this is purely internal formatting we don't need the newsfragment for the changelog. |
Thanks. Removed changelog |
Well that's fun, |
Same here on my mac m1. I got :
|
You can fix it locally with
I'll open a separate PR to (hopefully) fix CI. |
Actually it looks like both fixes need to go in simultaneously. Can you apply the change from my other PR to this PR? |
CodSpeed Performance ReportMerging #4846 will improve performances by 15.87%Comparing Summary
Benchmarks breakdown
|
We will also need to bless the ui tests for CI to pass again. (I've done that locally, I may push those here as well) |
please do so, I just pushed the fix the failing target sorry @Owen-CH-Leung - didn't want to trample on your branch but you happened to have unlucky timing coinciding with a rust release and I'd like to fix this quickly. |
Looks like a UI test change is missing:
|
Yeah, that one does not run on windows, that's why it slipped through 😓 . Will fix it shortly. |
Maybe we should temporarily allow the |
It's probably this one I would guess...
It looks like we build with |
Doesn't look like that worked... |
Looks like that worked 🎉 |
See this
ruff has released
0.9.0
few hours ago and the CI didn't pin the ruff version, hence ruff checks thatnoxfile.py
is malformed, and the CI returns this error. Since the fmt CI errors out, the remaining CI pipelines are marked as cancelled and not runningThis MR is created by running
ruff format .
which reformats thenoxfile.py