orca/config
Neil ae2958ace0
fix(install): regenerate cpu-features buildcheck.gypi before rebuild (#1387)
* fix(install): regenerate cpu-features buildcheck.gypi before rebuild

cpu-features@0.0.10 ships without buildcheck.gypi and relies on its
own install script to generate it via `node buildcheck.js` before
node-gyp runs. @electron/rebuild with force:true calls node-gyp
directly and bypasses that hook, so a missing gypi (fresh install,
store prune, or prior failed run) aborts postinstall with
"buildcheck.gypi not found".

Generate the file ourselves for every cpu-features copy under .pnpm/
before invoking @electron/rebuild on platforms where cpu-features is
not in ignoreModules.

Co-authored-by: Orca <help@stably.ai>

* fix(install): satisfy oxlint curly rule

Co-authored-by: Orca <help@stably.ai>

---------

Co-authored-by: Orca <help@stably.ai>
2026-05-04 00:49:15 -07:00
..
patches fix(pty): release ptmx fd on natural exit + defuse SIGHUP-to-recycled-pid (#1327) 2026-05-02 23:12:14 -07:00
scripts fix(install): regenerate cpu-features buildcheck.gypi before rebuild (#1387) 2026-05-04 00:49:15 -07:00
dev-app-update.yml chore: move dev-app-update.yml into config/ (#1276) 2026-04-30 00:11:14 -07:00
electron-builder.config.cjs chore: move dev-app-update.yml into config/ (#1276) 2026-04-30 00:11:14 -07:00
tsconfig.cli.json refactor to clean up the codebase (#412) 2026-04-08 22:49:16 -07:00
tsconfig.node.json feat(telemetry): PR 2 — transport (client, validator, burst cap, IPC, build gate) (#1374) 2026-05-03 16:51:31 -07:00
tsconfig.relay.json feat: Add SSH remote support (beta) (#590) 2026-04-13 19:23:09 -07:00
tsconfig.tc.cli.json refactor to clean up the codebase (#412) 2026-04-08 22:49:16 -07:00
tsconfig.tc.web.json fix(preload): collapse index.d.ts into type-checked api-types.ts (#1197) 2026-04-27 21:46:17 -07:00
tsconfig.web.json fix(preload): collapse index.d.ts into type-checked api-types.ts (#1197) 2026-04-27 21:46:17 -07:00
vitest.config.ts feat(source-control): commit action in sidebar panel (#1373) 2026-05-03 17:19:52 -07:00