Commit ea8d8ae
committed
CI: Use newer Aarch64/Linux host
The run-on-arch-action [1] is outdated, resulting in several CI
breakage. The fork [2] mainatined by @allinurl provides latest Ubuntu
images for Aarch64, and it would be useful to align with x86-64 based CI
images.
Addressing CI infrastructure challenges, the run-on-arch-action [1] has
become obsolete and is causing build failures. By adopting @allinurl's
fork [2] with recent Ubuntu Aarch64 images, CI can be improved, ensuring
consistent build environments across x86-64 and Arm platforms.
In addition, gcc fails to build on Aarch64/Linux hosts, so clang is
required for CI.
[1] https://github.com/uraimo/run-on-arch-action
[2] https://github.com/allinurl/run-on-arch-action1 parent 5ec905a commit ea8d8ae
1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
157 | 159 | | |
158 | | - | |
159 | | - | |
160 | | - | |
| 160 | + | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | | - | |
| 165 | + | |
| 166 | + | |
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| |||
0 commit comments