dsanders11

#51653: ci: set no color output during build

Merged
Created: May 15, 2026, 3:24:03 PM
Merged: May 19, 2026, 4:06:47 PM
3 comments
Target: main

Description of Change

At some point in the past week something changed (either Chromium roll or GitHub Actions change) and now macOS and Linux are defaulting to color output from clang during the build. This breaks the problem matcher we have for clang output since now there are ANSI escape characters in the raw output. Fix is to just disable color output explicitly during the build.

Checklist

Release Notes

Notes: none

Backports

42-x-y
Merged
PR Number
#51709
Merged At
May 20, 2026, 8:47:42 AM
Released In
Not yet
Release Date
Not yet
43-x-y
Merged
PR Number
#51708
Merged At
May 20, 2026, 8:48:14 AM
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