Periodically check Bevy's CI against the beta Rust channel #12625
Labels
A-Build-System
Related to build systems or continuous integration
C-Feature
A new feature, making something new possible
What problem does this solve or what need does it fill?
Most Rust releases, our CI breaks as new lints are stabilized, diagnostics change, or causing confusion and work stoppage.
See #12620 for the latest.
What solution would you like?
Run all CI jobs against the beta channel of Rust every week.
It's not clear to me the best way to accomplish this or report it to the community at large. IIRC, Github's built-in feature for this only notifies a single person. Filing and tagging an issue would be ideal.
What alternative(s) have you considered?
Add more checks to CI.
This adds even more time to our already long CI jobs, and will confuse contributors due to failing changes in unrelated code.
The text was updated successfully, but these errors were encountered: