-
Notifications
You must be signed in to change notification settings - Fork 95
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
Cross-compile to linux-aarch64 from linux-x64 in GitHub actions. #253
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤘
My mistake @baentsch I thought this was a different project when I reviewed it. Sorry! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically LGTM. One version nit only...
Yeah -- all code looks alike these days given all those ChatGPT bots doing someone's work :-) More seriously: Thanks @thb-sb for doing this! |
462c31f
to
436f9ad
Compare
This commit adds a new CI job called `linux_aarch64`. This new job builds OpenSSL master, liboqs and oqs-provider for linux-aarch64 (`elf64-littleaarch64`). Finally, unit tests are run using qemu.
…n-quantum-safe#253) This commit adds a new CI job called `linux_aarch64`. This new job builds OpenSSL master, liboqs and oqs-provider for linux-aarch64 (`elf64-littleaarch64`). Finally, unit tests are run using qemu. Signed-off-by: Felipe Ventura <felipe.ventura@entrust.com>
This commit adds a new CI job called
linux_aarch64
.This new job builds OpenSSL 3.1, liboqs and oqs-provider for linux-aarch64 (
elf64-littleaarch64
).