-
Notifications
You must be signed in to change notification settings - Fork 683
Add ARM cross build and QEMU user space emulated tests to the CI #898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ARM cross build and QEMU user space emulated tests to the CI #898
Conversation
Travis CI has no ARM devices to deploy and test the project on, but we could have QEMU user space emulation running. This way cross building for ARM and emulated execution of ARM code could be tested for every PR and push. Builds are of the same speed, tests are somewhat slower (but still not that bad). Opinions? |
Can you install something on Travis? |
Please, do have a look at the The question is not whether we can do it (yes, we can) but whether we want it? |
I'd like this feature. +1 |
If it does not slow down the CI too much, it is ok for me. |
d1dac1a
to
5ab343d
Compare
Akos, do you plan to land this patch? |
5ab343d
to
9497ee0
Compare
@zherczeg I'd like to, but on current master, we have 5 failures on arm/linux. This would turn all PRs and even the master red, so I'd keep this PR open until the failures are fixed. I'll open an issue for the problem. |
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
The patch has been rebased. All blocker issues have been solved, so I think we are ready to re-introduce arm builds and emulate arm tests. |
LGTM |
1 similar comment
LGTM |
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu