dart-lang / sdk

The Dart SDK, including the VM, dart2js, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
9.94k stars 1.53k forks source link

[infra] More frequent dev releases #56081

Open dcharkes opened 1 week ago

dcharkes commented 1 week ago

Would it be possible to have more frequent dev builds?

Currently have a dev tag every 4 hours if I'm not mistaken. But a dev build only goes out 2 times (?) a week.

For bugs only showing up from a published SDK (for example https://github.com/dart-lang/sdk/issues/56080), it could be helpful if we had more dev builds.

If there is a good reason why we don't do more dev releases, please feel free to close this issue.

dart-github-bot commented 1 week ago

Summary: The user requests more frequent dev builds to help debug issues that only appear in published SDKs. They suggest increasing the frequency from the current twice-a-week schedule.