alexcrichton opened PR #10306 from alexcrichton:test-on-arm
to bytecodealliance:main
:
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.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested fitzgen for a review on PR #10306.
alexcrichton requested wasmtime-default-reviewers for a review on PR #10306.
fitzgen submitted PR review:
Does this also run the NO_HOG_MEMORY tests that we were skipping under qemu?
alexcrichton commented on PR #10306:
It does indeed!
alexcrichton merged PR #10306.
Last updated: Apr 18 2025 at 14:03 UTC