Commit c5e8b31
fix(ci): pass target triple for Windows ARM64 native runner
The pixi-managed clang on windows-11-arm is an x64 binary running
under emulation, defaulting to x64 code generation. Pass
CLICE_TARGET_TRIPLE so it generates ARM64 code that matches the
ARM64 LLVM libraries. Tests still run natively on the ARM64 runner.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 46b2b55 commit c5e8b31
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments