diff options
| author | Luke Parker <[email protected]> | 2026-02-26 17:55:01 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-26 17:55:01 +1000 |
| commit | fce811b52f335eb28dc43b49a96f42b2ada751f5 (patch) | |
| tree | 9d5eb1a6d4248b8e1809881f3c0ed6facaacf409 /.github/workflows | |
| parent | aae75b3cfb10cdff965fb434c487980b152efdec (diff) | |
| download | opencode-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.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/sign-cli.yml | 4 |
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 |
