Commit 2c3ebd0
committed
ci: build Linux Arm AOT on Arm runners
Enabling Native AOT makes the Linux CI jobs link a native binary for
the target runtime. Cross-linking the Arm runtimes from the x64
ubuntu-latest runner has no target toolchain, so the linux-arm job
fails at the clang link step.
Run the Arm matrix entries on GitHub's Arm64 runners so linux-arm64
links natively, and install the armhf GNU toolchain
(gcc-arm-linux-gnueabihf, which pulls in binutils and the sysroot) for
the 32-bit linux-arm target, which still cross-compiles on the Arm64
host.
Assisted-by: Claude Opus 4.8
Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>1 parent f331718 commit 2c3ebd0
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
92 | 99 | | |
93 | 100 | | |
94 | 101 | | |
| |||
0 commit comments