This is a backport PR for branch 44-x-y
VerteDinde

#52931: build: trim the non-link overhead of macOS release builds

Open
Created: Aug 17, 2026, 6:21:50 PM
0 comments
Target: 44-x-y

Backport of #52883

See that PR for details. This also carries #52896, which was merged into #52883's branch and landed on main inside the same squash commit (d36eebf), so there is no separate 44-x-y backport for it.

Manual backport notes: the only conflict was BUILD_TOOLS_SHA in install-build-tools/action.yml — 44-x-y moves from 4b75f1f to 458c9bf (main moved from 1a105fe); the intervening build-tools commits are dependabot bumps plus the 3bfcb536c8 win toolchain entry. All other hunks are identical to main.

Notes: none

Backport Information

Original PR Author
MarshallOfSound
Original PR Status
Merged
Original PR Merged At
Aug 17, 2026, 1:03:01 PM
Original PR Link
GitHubView on GitHub

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