-
Notifications
You must be signed in to change notification settings - Fork 11
arm-linux: explore qemu _sytem emulation_ to run cargo test #12
Comments
|
I left this open to remind me of testing
Oh, interesting. Do you know if there are equivalent brew packages for osx?
Yeah, I'll be up for this if we can use the same trick on both linux and osx. |
I now remember the prefix path (given via
Sorry, I have absolutely zero experience with osx. IMO the best solution would be to teach |
UPDATE
We are already using QEMU with user emulation to run cross compiled test suites. This issue is now about exploring running the cross compiled test suites under QEMU's system emulation.
https://github.com/rust-lang/libc does this, it uses qemu user emulation to run tests. But its docs mention:
So we may also want to explore using qemu full system emulation if the user mode presents problems in practice.
The text was updated successfully, but these errors were encountered: