fix: most segfaults on windows with Bun v1.3.10 stable#15181
Merged
Hona merged 4 commits intoanomalyco:devfrom Feb 26, 2026
Merged
fix: most segfaults on windows with Bun v1.3.10 stable#15181Hona merged 4 commits intoanomalyco:devfrom
Hona merged 4 commits intoanomalyco:devfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR transitions the repository from using Bun canary builds to stable release artifacts for Bun 1.3.10. It removes the canary-specific infrastructure that was added across multiple previous commits and restores the darwin x64 baseline build target for desktop sidecars.
Changes:
- Bump Bun version from 1.3.9 to 1.3.10 in package.json (keeping
@types/bunat 1.3.9 until types are published) - Remove canary-specific logic from GitHub Actions setup-bun action and switch to stable release downloads
- Simplify build script by removing CI-specific conditional logic for target selection
- Restore darwin x64 baseline target in build configuration and update desktop sidecar to use baseline binary
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps packageManager from bun@1.3.9 to bun@1.3.10 |
| packages/opencode/script/build.ts | Removes CI environment check from singleFlag logic and adds darwin-x64-baseline target back to allTargets array |
| packages/desktop/scripts/utils.ts | Changes darwin x64 sidecar binary reference from opencode-darwin-x64 to opencode-darwin-x64-baseline |
| .github/workflows/sign-cli.yml | Removes cross-compile input from setup-bun action and --all flag from build command |
| .github/workflows/publish.yml | Removes cross-compile input from setup-bun action and --all flag from build command |
| .github/actions/setup-bun/action.yml | Removes cross-compile input parameter and related canary binary pre-caching logic, updates to stable release URL construction |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sebishogun
pushed a commit
to sebishogun/opencode
that referenced
this pull request
Feb 26, 2026
figloalds
pushed a commit
to figloalds/opencode
that referenced
this pull request
Feb 27, 2026
This was referenced Mar 2, 2026
jonathanmiddleton
pushed a commit
to jonathanmiddleton/opencode
that referenced
this pull request
Mar 10, 2026
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.
Summary
bun@1.3.10while keeping@types/bunon1.3.9because1.3.10is not published yet.github/actions/setup-bun/action.ymlContext
This removes the canary support introduced across
bf57596ae,13973dd19,d250de632,61547f478,fe0c3ca82,d9ee41a56,e08bdeb65,4285c5018, andcf5cfb48c.Verification
bun install./script/build.ts --single --skip-installcurrently stops immediately on local Bun1.3.9because the build script now requires^1.3.10