Commit Graph

9 Commits

Author SHA1 Message Date
LukeParkerDev
b8d2a6ec41 ci: move arm64 tauri test to windows-2025
Use GitHub-hosted Windows for the temporary Tauri ARM64 test job because the Blacksmith Windows Build Tools image does not expose the ARM64 MSVC linker/libs we need. The hosted Windows images already include LLVM and VC.Tools.ARM64, so we can drop the custom installer and linker hacks.
2026-03-09 16:28:28 +10:00
LukeParkerDev
00787c1641 ci: avoid pwsh host variable clash
Rename the temporary ARM64 linker-path local so the PowerShell step stops colliding with the built-in read-only  variable before it rewrites LIB and the target linker.
2026-03-09 16:21:57 +10:00
LukeParkerDev
eae68e8ed2 ci: force arm64 linker in test workflow
Pin the Windows ARM64 test build to the HostX64 ARM64 linker and overwrite LIB with only ARM64 SDK and MSVC paths so Tauri stops resolving x64 runtimes during cross-link.
2026-03-09 16:16:00 +10:00
LukeParkerDev
520483ea15 ci: quote arm64 tool install path
Invoke the Visual Studio installer directly so the Build Tools install path with spaces stays intact. The previous Start-Process call split the path and caused setup.exe to target  instead of the actual VS instance.
2026-03-09 16:02:41 +10:00
LukeParkerDev
1e49c5b1a5 ci: use setup.exe for arm64 tool install
Use the documented Visual Studio installer entrypoint for modify operations and remove the unsupported wait flag that was returning exit code 87 on the Blacksmith Windows runner.
2026-03-09 15:55:52 +10:00
LukeParkerDev
ed9cd9dd2f ci: set arm64 msvc env in test workflow
Install the Visual Studio ARM64 toolchain and switch the temporary Windows ARM64 test build into the amd64_arm64 developer environment so the Tauri linker stops pulling x64 SDK libraries.
2026-03-09 15:49:55 +10:00
LukeParkerDev
4b08236192 ci: install llvm in arm64 test workflow
Install clang with Chocolatey on the temporary Windows ARM64 test workflow because the Blacksmith Windows image does not expose LLVM through the Visual Studio path lookup.
2026-03-09 15:30:51 +10:00
LukeParkerDev
121fac44b8 ci: make arm64 test workflow fork-safe
Run the temporary Windows ARM64 workflow from the PR head branch without release credentials. Disable Tauri updater artifacts so the build can run without signing secrets.
2026-03-09 15:05:38 +10:00
LukeParkerDev
c8f58758c0 ci: add windows arm64 test workflow
Build the CLI, Tauri, and Electron Windows ARM64 artifacts on pushes to the feature branch so we can validate CI without manual prereleases.
2026-03-09 15:03:14 +10:00