CI: add an arm64 build + test matrix#3
Merged
Merged
Conversation
The official php:* images are multi-arch, so running the existing ci/build-and-test.sh on an ubuntu-24.04-arm runner builds and tests the native aarch64 extension. Cover a representative set (7.4, 8.2, 8.4 NTS, 8.4 ZTS), mirroring reli-prof's arm64 matrix; the full version sweep stays on x86-64. https://claude.ai/code/session_017skw8BsHkF8wur7Pf4G9W5
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.
Adds native arm64 build+test coverage. The official
php:*images aremulti-arch, so running the existing
ci/build-and-test.shon anubuntu-24.04-armrunner builds and tests the native aarch64 extension with noscript changes.
Coverage mirrors reli-prof's arm64 matrix — a representative set rather than the
full sweep (which stays on x86-64):
This exercises the full test suite (smoke incl. safe_read, OOM hook + guards,
%p/%i/%%, marker, byte budget) on arm64, where pointer width / page size /syscall behavior could in principle differ from x86-64.
https://claude.ai/code/session_017skw8BsHkF8wur7Pf4G9W5
Generated by Claude Code