Commit 1877bb1
committed
feat(ci): build socket package bootstrap before SEA and smol builds
Add build step to create packages/socket/dist/bootstrap.js before
building SEA and smol binaries. Both build processes embed this
bootstrap file into their Node.js binaries.
Changes:
- build-sea.yml: Build socket bootstrap before SEA binary creation
- build-smol.yml: Build socket bootstrap before smol compilation
This ensures the bootstrap exists when:
- node-sea-builder creates SEA blob with embedded CLI
- node-smol-builder copies to internal/bootstrap/socketsecurity
Fixes SIGABRT crash:
Cannot find native builtin: "internal/bootstrap/socketsecurity"1 parent 8a00f66 commit 1877bb1
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
0 commit comments