Skip to content

ci: fix electron prebuild workflow (verified green on Linux)#1127

Merged
mikeburgh merged 5 commits into
mainfrom
fix-electron-build
Jun 5, 2026
Merged

ci: fix electron prebuild workflow (verified green on Linux)#1127
mikeburgh merged 5 commits into
mainfrom
fix-electron-build

Conversation

@mikeburgh

Copy link
Copy Markdown
Contributor

Fixes to the build workflow from #1125 so it actually produces + verifies binaries (validated: Linux x64/arm64 green under Electron 42.2.0):

  • Upload artifact right after build (a successful build always yields an artifact).
  • Install Electron runtime deps + ELECTRON_DISABLE_SANDBOX=1 for the Linux verify (CI has no root-owned chrome-sandbox).
  • Resolve the better-sqlite3 entry via its manifest in verify-bsmc.js (require(pkgDir) was matching the repo-root package.json via Node's LOAD_AS_FILE rule).

Windows jobs still fail at the build step (V8 14 / MSVC) - separate.

@mikeburgh mikeburgh merged commit d27c087 into main Jun 5, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant