deepak1556

#53067: ci: remove linker wrapper workaround on windows

Merged
Created: Aug 21, 2026, 2:25:03 AM
Merged: Aug 21, 2026, 9:19:38 AM
5 comments
Target: main

Description of Change

Reverts changes from #51313 , #51311 and #51310

The workaround is not needed with the new runners added in #52754

Release Notes

Notes: none

Backports

41-x-y
Pending
Waiting for a manual backport
42-x-y
Pending
Waiting for a manual backport
43-x-y
Merged
PR Number
#53090
Merged At
Aug 21, 2026, 7:48:11 PM
Released In
Not yet
Release Date
Not yet
44-x-y
Merged
PR Number
#53089
Merged At
Aug 21, 2026, 5:09:19 PM
Released In
Not yet
Release Date
Not yet

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