mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 18:49:41 -04:00
The previous comment attributed the darwin SEA crashes to ldid producing bad page hashes, but the upstream minimal `node --build-sea` + `codesign` repro (nodejs/node#62893) shows codesign-signed binaries crash too. The bug is in LIEF's Mach-O surgery during --build-sea, not in signing. Rewrite the comment to state the actual reasons the job runs on macOS (native codesign avoids building ldid; macos-latest is Apple Silicon so verify-binary.mjs can smoke-test the darwin-arm64 SEA) and explicitly note that this does NOT fix the darwin-x64 crash. Comment-only change. No behaviour change.