Commit 37a3262
authored
Test natively on AArch64, not emulated (#10306)
This commit updates the aarch64 tests to use the new `*-arm` images from
GitHub instead of running through QEMU emulation. This should be a bit
faster but primarily helps build confidence that it runs on real
hardware.
I'll note that release builds aren't updated at this time to run on
native hardware since that's moreso about glibc compatibility and it's a
bit easier to keep the setup we currently have for that. If `*-arm`
machines are noticably faster than the default x64 machines then we
could in theory move everything over to an aarch64-based machine as
opposed to just the aarch64 build.1 parent 6e221e7 commit 37a3262
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 100 | | |
105 | 101 | | |
106 | 102 | | |
| |||
0 commit comments