VerteDinde

#50058: build: fix code-signing for MacOS x64 tests

Merged
Created: Mar 3, 2026, 3:52:09 PM
Merged: Mar 4, 2026, 10:58:47 AM
5 comments
Target: main

Description of Change

Addresses #48182

This PR re-enables code-signing tests for x64 specifically. It also slightly modifies when/how some tests are run so that they are signed or unsigned as needed. This PR should also unblock #47817, with some potential modifications

Checklist

Release Notes

Notes: none

Backports

38-x-y
Pending
Waiting for a manual backport
39-x-y
Merged
PR Number
#50071
Merged At
Mar 5, 2026, 10:14:06 AM
Released In
v39.8.1
Release Date
Mar 12, 2026, 7:33:07 AM
40-x-y
Merged
PR Number
#50072
Merged At
Mar 5, 2026, 3:27:29 AM
Released In
v40.8.0
Release Date
Mar 5, 2026, 11:25:08 AM
41-x-y
Merged
PR Number
#50073
Merged At
Mar 5, 2026, 10:12:34 AM
Released In
v41.0.0-beta.8
Release Date
Mar 5, 2026, 5:19:12 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