#47160: build: update_depot_tools on initial install
Merged
Release builds have been seeing the error:
python3_bin_reldir.txt not found. need to initialize depot_tools by
running gclient, update_depot_tools or ensure_bootstrap.
(eg https://github.com/electron/electron/actions/runs/15114398562/job/42508751795#step:23:44284)
This PR ensures that python is setup for proper use from depot_tools which should eliminate this issue.
Description of Change
Checklist
- PR description included and stakeholders cc'd
-
npm test
passes - PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: none
Backports
34-x-y
MergedPR Number
#47168Merged At
May 20, 2025, 1:13:20 PM
Released In
v34.5.7Release Date
May 28, 2025, 11:02:07 AM
35-x-y
MergedPR Number
#47167Merged At
May 20, 2025, 1:56:01 PM
Released In
v35.5.0Release Date
May 28, 2025, 11:03:13 AM
36-x-y
MergedPR Number
#47166Merged At
May 20, 2025, 1:56:05 PM
Released In
v36.3.0Release Date
May 22, 2025, 8:18:58 AM
37-x-y
MergedPR Number
#47169Merged At
May 20, 2025, 12:46:06 PM
Released In
v37.0.0-alpha.6Release Date
May 22, 2025, 10:18:26 AM
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron