You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clippy is far from the only software listed as "Removed from the Ubuntu 24.04 image due to maintenance reasons." With that much software removed for that same reason, it's not immediately clear how many of these removals are expected to be permanent. Maybe wise to delay the switch to Ubuntu 24.04 to see if Clippy might be reinstated later?
Switching on our own schedule means we can be sure to adapt to changes at the time of switching and avoid a period of broken CI.
Ubuntu 22.04 has Vim 8.2.3995 while Ubuntu 24.04 has Vim 9.1.0016. 8.2.3995 is closer to our minimum supported Vim version, so CI having that version makes it more likely to catch issues.
The OS being Ubuntu LTS, Ubuntu 22.04 will be in "latest 2 versions" until sometime in April 2026. I would be inclined to keep CI on Ubuntu 22.04 for now, and deal with longer-term action in early 2026.
In #78 / 53459ce we removed the "Install Rust Toolchain Components" step, because it's redundant in the current CI runner image. But according to documentation of upcoming Ubuntu 24.04 runner and actions/runner-images#9848 , looks like Clippy will no longer be pre-installed in our CI when that runner image becomes
ubuntu-latest
. Which actions/runner-images#9848 (comment) suggests will likely happen sometime next month.We need to either reinstate use of
rustup
for Clippy or temporarily pin our CI toubuntu-22.04
.The text was updated successfully, but these errors were encountered: