chromiumembedded / cef

Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
https://bitbucket.org/chromiumembedded/cef/
Other
3.27k stars 456 forks source link

Pin depot_tools version after release branch exits stable #3709

Closed magreenblatt closed 3 months ago

magreenblatt commented 3 months ago

In #2893 we introduced a strategy for pinning depot_tools versions in release branches. This has been problematic recently due to DEPS format changes (example, example). It may be better to start pinning depot_tools versions only after the branch exits the stable channel. That way currently supported release branches use up-to-date main, and out-of-support branches still have the depot_tools version pinned to increase the chance of builds succeeding.