Files
Matt Schile 3442525274 fix: clear stale dest in circle-cache unpack on self-hosted M1 (#33658)
`unpackCircleCache` in scripts/circle-cache.js moved cached node_modules
back into place without first clearing the destination. On self-hosted
darwin-arm64 runners (which don't reliably clean the workspace between
jobs), a leftover `<pkg>/node_modules` caused `fsExtra.move` to throw
"dest already exists" and fail the job.

Mirror the existing `prepareCircleCache` pattern by removing the dest
before moving, keeping the two halves symmetric.
2026-04-22 12:19:41 -06:00
..