jkleinsc

#51520: build: make patch failures more obvious

Merged
Created: May 6, 2026, 6:58:34 AM
Merged: May 6, 2026, 1:31:59 PM
1 comments
Target: main

Description of Change

  • follow up to #50417. With that change it became less obvious when patches failed to apply or there was a patch conflict. This PR adds a bit more output to highlight the patch failure.

Checklist

Release Notes

Notes: none

Backports

43-x-y
Pending
Waiting for trop to backport

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