-
Notifications
You must be signed in to change notification settings - Fork 12
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
Setup native and emulated test CI #27
Labels
enhancement
New feature or request
Comments
Good idea. After #22 merge I will add a build test, also hashsum to ensure the correctness. |
Once we integrate AArch64 assembly, #22 will need updating rather than amending, right? |
hanno-becker
changed the title
Add cross-compilation and tests using qemu
Setup native and emulated test CI
May 30, 2024
So, what we want for the test CI is:
@mkannwischer Agree? |
Hi, yes I'm on emulated tests on x86 linux runners |
Yes, that sounds good to me! |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/pq-code-package/mlkem-c-aarch64/pull/22 adds native test.
In addition to that I'd like to add support for cross-compilation and testing in qemu. That should also allow running the tests in the Github CI.
We do have something similar in https://github.com/slothy-optimizer/pqax that could give some inspriation.
There is CI there too: slothy-optimizer/pqax#4
The text was updated successfully, but these errors were encountered: