Skip to content

CI/CD: no need anymore to install bun manually on Windows ARM#446

Merged
agarny merged 3 commits intoopencor:mainfrom
agarny:bun
Mar 4, 2026
Merged

CI/CD: no need anymore to install bun manually on Windows ARM#446
agarny merged 3 commits intoopencor:mainfrom
agarny:bun

Conversation

@agarny
Copy link
Contributor

@agarny agarny commented Mar 4, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 4, 2026 21:02
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the manual bun installation workaround for Windows ARM in the CI and CD workflows, as oven-sh/setup-bun@v2 now natively supports Windows ARM. It also includes a version bump and minor dependency updates.

Changes:

  • CI/CD workflow simplification: the manual curl/unzip workaround for installing bun on Windows ARM is replaced with the unified oven-sh/setup-bun@v2 action across all platforms.
  • Version bump from 0.20260304.2 to 0.20260305.0 in both package.json files (consistent with the project's <major>.<YYYYMMDD>.<patch> versioning convention).
  • Dependency updates: electron bumped from ^40.6.1 to ^40.7.0 and tar from ^7.5.9 to ^7.5.10.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/ci.yml Removes Windows ARM bun workaround; all platforms now use oven-sh/setup-bun@v2
.github/workflows/cd.yml Same workflow simplification as ci.yml
package.json Version bump and dependency updates for electron and tar
src/renderer/package.json Version bump to stay in sync with the root package.json
bun.lock Lock file updated to reflect the new electron and tar versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@agarny agarny merged commit 80cb25a into opencor:main Mar 4, 2026
19 of 20 checks passed
@agarny agarny deleted the bun branch March 4, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants