-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Conversation
@yihau Can I request a new CI rust image with stable = 1.68.0 and nightly = 2023-03-09? Thank you! 👻 |
anytime! just uploaded and retried the pipeline 👻 btw, I'm investigating the coverage error updated: |
hi, i appreciate your work of latest rustc updates. :) fyi, #30602 make clippy complain sbf code newly, unlike previously. so, i think this needs rebase to avoid post-merge ci failure. |
also, as it's nightly (a bit buggy), using slightly newer or older day's build might fix the coverage issue. (didn't see in depth) |
Ah gotcha, that's a good thing to note. @yihau, would you like me to try a different version of nightly? |
8bd57f2
to
28938b0
Compare
forgot to update here haha. I sent an issue to sccache mozilla/sccache#1652 |
oh! it will be great! I'm worrying about how to turn off sccache for coverage test 🙈 |
Done! Nightly rust set to |
just uploaded the image and retried the pipeline! |
Codecov Report
@@ Coverage Diff @@
## master #30664 +/- ##
=========================================
- Coverage 81.6% 81.6% -0.1%
=========================================
Files 723 723
Lines 201621 200393 -1228
=========================================
- Hits 164681 163637 -1044
+ Misses 36940 36756 -184 |
/me nudges @mvines Or if it's OK, I can ask others to review too 🙏 |
Sounds like good practice for somebody else to review, so I'm never the bottleneck |
@ilya-bobyr @ryoqun I've added y'all as reviewers here, since you are top-of-mind when I think of rustaceans. I do see that 1.68.1 was just release too; I'd rather that be handled in a subsequent PR to not have to go through CI again here, heh, but maybe I should (seems to only impact Windows though)?. Thanks in advance, and let me know if I can help with any additional info/context. |
The update seems trivial - no code changes :)
It fixes a compiler error: https://blog.rust-lang.org/2023/03/23/Rust-1.68.1.html |
I don't believe so. Sometimes the Rust upgrades are more substantial, but I didn't see anything in the release notes that was noteworthy.
Thanks for the links!
And yeah, that's what I was thinking too. |
...and upgrades nightly Rust to
1.70.0-nightly
1.69.0-nightly
.Release notes: https://releases.rs/docs/1.68.0/