jkleinsc

#49031: ci: don't build yarn modules for linux arm

Merged
Created: Nov 20, 2025, 10:46:44 AM
Merged: Nov 26, 2025, 3:25:17 AM
6 comments
Target: main
  • Followup to #48243. After the yarn v4 we occasionally see out of memory errors when testing on linux arm 32 bit. This should fix those oom errors by building yarn modules for linux arm 32 bit. We lose some test coverage doing so, but it is better than having to constantly rekick the testing jobs.

Description of Change

Checklist

Release Notes

Notes: none

Backports

37-x-y
Merged
PR Number
#49087
Merged At
Dec 1, 2025, 1:42:37 PM
Released In
Not yet
Release Date
Not yet
38-x-y
Merged
PR Number
#49085
Merged At
Dec 1, 2025, 1:42:47 PM
Released In
v38.8.0
Release Date
Jan 27, 2026, 4:49:56 PM
39-x-y
Merged
PR Number
#49088
Merged At
Nov 26, 2025, 9:32:31 AM
Released In
v39.2.5
Release Date
Dec 3, 2025, 2:24:13 PM
40-x-y
Merged
PR Number
#49086
Merged At
Nov 26, 2025, 9:32:06 AM
Released In
v40.0.0-beta.1
Release Date
Dec 1, 2025, 6:18:54 PM

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