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
Add a command to the cratesfyi binary that queues up builds for all crates which were built with a specific version of rustdoc, at a lower priority than previously-failed builds. Even though this is a manual action, it allows us to proactively rebuild crates that have issues like #280 without manually rebuilding every crate that used that version (and again, without choking new releases out of the build queue).
This is a thing that I have to regularly do directly in the database after nightly problems.
We typically free the nightly version in these cases so the builds continue running.
What I would like to have is a CLI subcommand with which I can queue rebuilds for all failed builds of a certain single nightly version, or a date-range of nightly versions.
The text was updated successfully, but these errors were encountered:
syphar
added
E-easy
Effort: Should be easy to implement and would make a good first PR
A-builds
Area: Building the documentation for a crate
labels
May 19, 2025
from #301
This is a thing that I have to regularly do directly in the database after nightly problems.
We typically free the nightly version in these cases so the builds continue running.
What I would like to have is a CLI subcommand with which I can queue rebuilds for all failed builds of a certain single nightly version, or a date-range of nightly versions.
The text was updated successfully, but these errors were encountered: