fix(install): select baseline Bun builds without AVX2#2179
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
|
@codex review |
|
Codex Review: Didn't find any major issues. Hooray! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
Codex Review: Didn't find any major issues. Delightful! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
The same problem as #2151, the fix cannot influence the already installed Buns. I don't add a legacy refresh logic in this PR, Maybe just let users run our new |
Close #2041
Bun's standard x64 builds require AVX2. This PR detects AVX2 before a fresh managed Bun download and selects Bun's baseline package on older x64 CPUs.
This is an intentionally scoped temporary fix. Existing cached Bun installations keep using their current files and are not replaced or migrated.
🤖 Generated with Codex