jkleinsc

#49774: build: use spawn instead of spawnSync for build

Merged
Created: Feb 11, 2026, 12:34:08 PM
Merged: Feb 17, 2026, 12:24:19 PM
5 comments
Target: main

Description of Change

3.91s Error: failed to load build.ninja: open obj\components\optimization_guide\core\features.ninja: The parameter is incorrect.

Checklist

Release Notes

Notes: none

Backports

38-x-y
In-flight
PR Number
#49828
Waiting to be merged
39-x-y
In-flight
PR Number
#49829
Waiting to be merged
40-x-y
In-flight
PR Number
#49826
Waiting to be merged
41-x-y
In-flight
PR Number
#49827
Waiting to be merged

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