#51653: ci: set no color output during build
Merged
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
- I have built and tested this change
- I have filled out the PR description
- I have reviewed and verified the changes
Release Notes
Notes: none
Backports
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