Patch Changes
-
Skip
debug-metadata.jsonemission on local production builds — nothing reads it there, but collecting it walks every source map. Production builds now emit it only on an automated build, detected viaCI,CI_REPO_NAMEorBUILD_VERSION;DEBUG=rspeedyopts back in. Dev builds are unaffected. (#3007) -
Reduce build-time overhead: memoize the chunk release key, and read the commit and worktree root in one
git rev-parsespawn instead of two. (#3008)