ci: add macOS ARM64 build-and-test job#415
Merged
Merged
Conversation
Builds libmilter from the sendmail 8.18.2 source tarball (not available via Homebrew) with -std=gnu11 to avoid the typedef int bool conflict in mfapi.h under C23. miltertest is built in-tree as part of the normal make, so no separate clone step is needed. PKG_CONFIG_PATH points at Homebrew's keg-only openssl and lua prefixes so that configure's PKG_CHECK_MODULES calls find both without manual --with-* flags. Closes trusteddomainproject#414.
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.
Summary
build-test-macosjob running onmacos-latest(ARM64)-std=gnu11(avoids thetypedef int bool/ C23 conflict inmfapi.h)miltertestis built in-tree as part of the normalmakewhen--enable-luais active — no separate clone step neededPKG_CONFIG_PATHto Homebrew's keg-onlyopensslandluaprefixes soconfigure'sPKG_CHECK_MODULEScalls succeed without manual--with-*flagsTest plan
build-test-macosjob passes on first runt-sign-rs-tablesor similar signing tests, that is expected to be the stack overflow indkimf_add_signrequestdescribed in Stack overflow risk in dkimf_add_signrequest on macOS ARM64 #411Closes #414.