[openssl/openssl] 8c85b6: ci: use long calls for HPPA cross-compilation
"'nikolapajkovsky' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 8c85b6bb88f52108b3a45a2ef0fbb4cd8de9aadc
https://github.com/openssl/openssl/commit/8c85b6bb88f52108b3a45a2ef0fbb4cd8de9aadc
Author: Nikola Pajkovsky <[email protected]>
Date: 2026-08-19 (Wed, 19 Aug 2026)
Changed paths:
M .github/workflows/cross-compiles.yml
Log Message:
-----------
ci: use long calls for HPPA cross-compilation
The QUIC radix test translation unit is now large enough to exceed the
PA-RISC 1.x short-call range. This causes the HPPA test binary to branch
into data and terminate with SIGILL under QEMU.
Build the HPPA CI target with -mlong-calls so calls can always reach
linker-generated stubs.
Assisted-by: Codex:gpt-5
Signed-off-by: Nikola Pajkovsky <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Bob Beck <[email protected]>
Merge-date: Wed Aug 19 13:47:32 2026
Merged-from: https://github.com/openssl/openssl/pull/32432
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/42517c-8c85b6%40github.com.