rf-figma

#53025: build: Remove CR_XCODE_BUILD define from BUILD.gn

Merged
Created: Aug 19, 2026, 2:14:51 PM
Merged: Aug 19, 2026, 4:15:31 PM
5 comments
Target: main

Description of Change

This makes everything in the RBE cache depend on the current version of Xcode, which causes pointless cache misses in development.

There's an open Chromium issue to fix this: https://issues.chromium.org/issues/514632432

Checklist

  • I have built and tested this change
    • I verified that the build successfully gets up and running with this change, but I haven't run it all the way through since this necessarily breaks caching and it would take hours to finish.
  • I have filled out the PR description

Release Notes

Notes: none

Backports

41-x-y
In-flight
PR Number
#53027
Waiting to be merged
42-x-y
In-flight
PR Number
#53029
Waiting to be merged
43-x-y
In-flight
PR Number
#53028
Waiting to be merged
44-x-y
Merged
PR Number
#53030
Merged At
Aug 19, 2026, 6:22:34 PM
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