Skip to content

Commit 37a3262

Browse files
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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ci/build-test-matrix.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,8 @@ const FULL_MATRIX = [
9595
"filter": "mingw-x64"
9696
},
9797
{
98-
"os": ubuntu,
98+
"os": ubuntu + '-arm',
9999
"target": "aarch64-unknown-linux-gnu",
100-
"gcc_package": "gcc-aarch64-linux-gnu",
101-
"gcc": "aarch64-linux-gnu-gcc",
102-
"qemu": "qemu-aarch64 -L /usr/aarch64-linux-gnu",
103-
"qemu_target": "aarch64-linux-user",
104100
"name": "Test Linux arm64",
105101
"filter": "linux-arm64",
106102
"isa": "aarch64",

0 commit comments

Comments
 (0)