Add Linux ARM64 (aarch64) native build support#1561
Open
Conversation
Port ARM64 build support from mvnd-1.x PR #1527 to master: - Add ubuntu-24.04-arm runner for Linux ARM64 builds - Fix broken matrix exclude rules (macos-latest→macos-15, windows-latest→windows-2025) - Add glibc.redef.aarch64 pinning all symbols to GLIBC_2.17 - Add #if defined(__aarch64__) conditional in dynamic-libc-start.c - Add uname -m arch detection in gcc wrapper script - Add linux-aarch64-image-only-require-glibc-2.17 profile in client/pom.xml - Add ARM64 glibc patch/verify steps in CI workflows - Add linux-aarch64 release asset upload steps Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Port of #1527 (ARM64 builds for mvnd-1.x) to the master branch:
ubuntu-24.04-armto the build matrix for native Linux ARM64 buildsmacos-latestandwindows-latestinstead of actual runner names (macos-15,windows-2025)glibc.redef.aarch64that pins all symbols toGLIBC_2.17(the first glibc version with ARM64 support)#if defined(__aarch64__)indynamic-libc-start.cfor correctdlsym/dlvsymsymveruname -mdetection to select the correct redef filelinux-aarch64-image-only-require-glibc-2.17profile inclient/pom.xmlTest plan
🤖 Generated with Claude Code