summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorLuke Parker <[email protected]>2026-02-26 17:55:01 +1000
committerGitHub <[email protected]>2026-02-26 17:55:01 +1000
commitfce811b52f335eb28dc43b49a96f42b2ada751f5 (patch)
tree9d5eb1a6d4248b8e1809881f3c0ed6facaacf409 /.github/workflows
parentaae75b3cfb10cdff965fb434c487980b152efdec (diff)
downloadopencode-fce811b52f335eb28dc43b49a96f42b2ada751f5.tar.gz
opencode-fce811b52f335eb28dc43b49a96f42b2ada751f5.zip
fix: most segfaults on windows with Bun v1.3.10 stable (#15181)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml4
-rw-r--r--.github/workflows/sign-cli.yml4
2 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index cca7df5c4..8d4c9038a 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -77,8 +77,6 @@ jobs:
fetch-tags: true
- uses: ./.github/actions/setup-bun
- with:
- cross-compile: "true"
- name: Setup git committer
id: committer
@@ -90,7 +88,7 @@ jobs:
- name: Build
id: build
run: |
- ./packages/opencode/script/build.ts --all
+ ./packages/opencode/script/build.ts
env:
OPENCODE_VERSION: ${{ needs.version.outputs.version }}
OPENCODE_RELEASE: ${{ needs.version.outputs.release }}
diff --git a/.github/workflows/sign-cli.yml b/.github/workflows/sign-cli.yml
index 891762231..d9d61fd80 100644
--- a/.github/workflows/sign-cli.yml
+++ b/.github/workflows/sign-cli.yml
@@ -20,12 +20,10 @@ jobs:
fetch-tags: true
- uses: ./.github/actions/setup-bun
- with:
- cross-compile: "true"
- name: Build
run: |
- ./packages/opencode/script/build.ts --all
+ ./packages/opencode/script/build.ts
- name: Upload unsigned Windows CLI
id: upload_unsigned_windows_cli