fix: most segfaults on windows with Bun v1.3.10 stable (#15181)

This commit is contained in:
Luke Parker 2026-02-26 17:55:01 +10:00 committed by GitHub
parent aae75b3cfb
commit fce811b52f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 63 deletions

View file

@ -8,7 +8,7 @@ export const SIDECAR_BINARIES: Array<{ rustTarget: string; ocBinary: string; ass
},
{
rustTarget: "x86_64-apple-darwin",
ocBinary: "opencode-darwin-x64",
ocBinary: "opencode-darwin-x64-baseline",
assetExt: "zip",
},
{