Kane Wang
|
24feafd6b4
|
enhance: backward compatibility with simulated x64 version
|
2026-02-26 23:43:17 +08:00 |
|
Kane Wang
|
a0c4dfc30a
|
refactor: simplify baseline version check, add native windows arm64 build
|
2026-02-26 23:13:52 +08:00 |
|
Jozef Steinhübl
|
196aaa2bd2
|
perf: avoid unnecessary api calls (#161)
* perf: avoid unnecessary api calls
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2026-02-05 16:04:59 +01:00 |
|
Jozef Steinhübl
|
b02f8a8a6e
|
feat: fallback arm64 to x64 architecture for win32 platform (#131)
* feat: fallback arm64 to x64 architecture for win32 platform
closes https://github.com/oven-sh/setup-bun/issues/130
* [autofix.ci] apply automated fixes
* ci: test on windows-11-arm runner
* refactor: move logic to getEffectiveArch func
* [autofix.ci] apply automated fixes
* feat: add warning message for windows arm64 fallback to x64
* [autofix.ci] apply automated fixes
* feat: don't mention arch in warning msg aboout fallback
* [autofix.ci] apply automated fixes
* debug time
* [autofix.ci] apply automated fixes
* feat: force baseline for win32 arm fallback to x64
* [autofix.ci] apply automated fixes
* ci: dont use windows-11-arm on setup bun from download url
* fix
* [autofix.ci] apply automated fixes
* fix
* [autofix.ci] apply automated fixes
* fix
* [autofix.ci] apply automated fixes
* fix
* [autofix.ci] apply automated fixes
* fix
* [autofix.ci] apply automated fixes
* apply changes
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* [autofix.ci] apply automated fixes
* docs: clarify
* [autofix.ci] apply automated fixes
* test: add unit tests for getAvx2 Windows ARM64 fallback logic (#154)
* Initial plan
* Add unit tests for getAvx2 function
Co-authored-by: xhyrom <56601352+xhyrom@users.noreply.github.com>
* Consolidate duplicate test assertions in getAvx2 tests
Co-authored-by: xhyrom <56601352+xhyrom@users.noreply.github.com>
* Fix whitespace formatting in test file
Co-authored-by: xhyrom <56601352+xhyrom@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: xhyrom <56601352+xhyrom@users.noreply.github.com>
* test: add unit tests for getArchitecture and getAvx2 Windows ARM64 fallback logic (#153)
* Initial plan
* Add unit tests for getArchitecture function
Co-authored-by: xhyrom <56601352+xhyrom@users.noreply.github.com>
* Remove unused import in utils.spec.ts
Co-authored-by: xhyrom <56601352+xhyrom@users.noreply.github.com>
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Merge pr-131 and resolve test file conflicts
Co-authored-by: xhyrom <56601352+xhyrom@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: xhyrom <56601352+xhyrom@users.noreply.github.com>
Co-authored-by: Jozef Steinhübl <generalkubo@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
|
2026-01-05 01:16:53 +01:00 |
|
Jozef Steinhübl
|
34f777aec1
|
feat: support for multiple registries (#109)
* feat: support for multiple registries
* [autofix.ci] apply automated fixes
* refactor: drop unnecessary check
* fix: pass empty array instead undefined
* [autofix.ci] apply automated fixes
* fix: dont add registry set line
* [autofix.ci] apply automated fixes
* feat: few more tests
* feat: add bun types
* docs: explain registries
* feat: save globally
* [autofix.ci] apply automated fixes
* ci: jsr registry test
* ci: add ,
* ci: test
* ci: test
* ci: test
* ci: test
* [autofix.ci] apply automated fixes
* feat: use @iarna/toml
* [autofix.ci] apply automated fixes
* feat: registry parsing
* [autofix.ci] apply automated fixes
* ci: verbose add
* ci: registry install check
* ci: registry install check
* ci: registry install check
* ci: verify registry usage
* docs: registries
* docs: important block
* docs: show table
* docs: show table
* ci: shell
* ci: registry test on linux
* ci: registry test on linux
* build: text lockfile
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-07-09 12:22:12 +02:00 |
|