-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
A-Build-SystemRelated to build systems or continuous integrationRelated to build systems or continuous integrationC-FeatureA new feature, making something new possibleA new feature, making something new possible
Description
What problem does this solve or what need does it fill?
NIghtly regularly fails for reasons outside of control. Usually, this is because the latest version broke one of our dependencies.
Typically this is fixed pretty quickly (within a day or two) either in Rust or upstream. But until then, we can't merge PRs.
What solution would you like?
When the crate build on stable (but not nightly):
- Use the next most recent nightly version.
- If this fails again, repeat this several times.
- Log a relatively visible warning of this.
Additional context
For an example of the most recent breakage, see #5330, caused by the problem fixed in NotIntMan/inplace_it#11
See this Zulip thread for a discussion with the Rustlang team about possible solutions on both ends.
Metadata
Metadata
Assignees
Labels
A-Build-SystemRelated to build systems or continuous integrationRelated to build systems or continuous integrationC-FeatureA new feature, making something new possibleA new feature, making something new possible