ci: build artifacts before package smoke tests - #200
Merged
Conversation
Merged
Owner
Author
|
Merged and released in v2.21.1. Final verification:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Root causes
Platform Package Smokeranbun testbeforebun run build; clean runners had nodist/for contract/bundle tests.libsql0.5.x can retain prepared-statement/native file handles afterDatabase.close()on Windows, causingEBUSY/EPERMduring migration swaps and test cleanup (upstream: Database.close() does not finalize prepared statements — WAL file lock held until GC tursodatabase/libsql-js#228).closeConnection()did not wait for an in-flight open in the manager'spendingmap, allowing the open to finish after “close” and re-lock the database during a swap.macos-13was retired by GitHub Actions in December 2025 and no longer starts jobs.overridesdeclared by an installed dependency. The packed-package smoke therefore installedonnxruntime-node@1.24.3, which has no Darwin x64 binary, instead of the package's pinned1.22.0runtime (upstream: [Build] onnxruntime-node no longer shipping x86-64 since 1.23.x microsoft/onnxruntime#27961).Fix
macos-13withmacos-15-intelwhile retaining Apple Silicon coverage onmacos-15.realpathSync.native().Verification
Final head:
71779bd5c0d40f36eacb116e8496ea9f644f6b43Local:
bun install --frozen-lockfilebun run typecheckbun run buildbun test— 269 pass, 0 fail, 591 assertionsgit diff --checkGitHub Actions final run: https://github.com/tickernelz/opencode-mem/actions/runs/30358481646
ubuntu-latest / package smoke— successwindows-latest / package smoke— successmacos-15 / package smoke— successmacos-15-intel / package smoke— successRuntime and CI fixes were published in v2.21.1.