Commit 7982a4d
committed
ci: add electron-rebuild for better-sqlite3 in Linux/arm64 builds
- Add Rebuild native modules for Electron step after npm install in
ci-electron.yml and release-electron.yml to fix 'cannot open shared
object file' on arm64 Debian (better-sqlite3 must be built for
Electron's Node ABI).
- Add npm script electron-rebuild in agent-electron-client package.json.
Made-with: Cursor1 parent 5010a4e commit 7982a4d
File tree
3 files changed
+11
-0
lines changed- .github/workflows
- crates/agent-electron-client
3 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
110 | 115 | | |
111 | 116 | | |
112 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
140 | 145 | | |
141 | 146 | | |
142 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments