ci: add macOS CI for LibreSSL / OpenSSL coverage#84
Merged
atoomic merged 1 commit intocpan-authors:mainfrom Mar 12, 2026
Merged
ci: add macOS CI for LibreSSL / OpenSSL coverage#84atoomic merged 1 commit intocpan-authors:mainfrom
atoomic merged 1 commit intocpan-authors:mainfrom
Conversation
The LIBRESSL_VERSION_NUMBER and OLD_CRUFTY_SSL_VERSION code paths in RSA.xs had no CI coverage. macOS ships LibreSSL by default, making it a natural target for testing these paths cheaply. Add a macOS job with two matrix entries: - System LibreSSL (Apple's default, exercises OLD_CRUFTY_SSL_VERSION) - Homebrew OpenSSL 3.x (sets OPENSSL_PREFIX, exercises OpenSSL 3.x paths) The job gates on the ubuntu quick-test to stay cheap on failure. Also rename the workflow from "linux" to "testsuite" since it now covers Linux, Windows, and macOS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add a macOS CI job to test against system LibreSSL and Homebrew OpenSSL 3.x.
Why
The
LIBRESSL_VERSION_NUMBERandOLD_CRUFTY_SSL_VERSIONcode paths in RSA.xs (9 conditional blocks) have zero CI coverage today. macOS ships LibreSSL by default, making it the cheapest way to cover these paths. The Homebrew OpenSSL variant adds a second macOS data point for OpenSSL 3.x on ARM64.How
brew install openssl@3+OPENSSL_PREFIXenv).needs: [ubuntu]to fail fast on the cheap test.cpanminstalled manually (noperl-actions/install-with-cpmon macOS — no containers).linux→testsuitesince it now covers three platforms.Testing
YAML validated locally. CI will run on this PR branch — the macOS jobs themselves are the test.
Quality Report
Changes: 1 file changed, 46 insertions(+), 1 deletion(-)
Code scan: clean
Tests: passed (OK)
Branch hygiene: clean
Generated by Kōan post-mission quality pipeline