[ci] Build Linux ARM64 thirdparty in GitHub Actions - #404
Open
hello-stephen wants to merge 2 commits into
Open
Conversation
Contributor
Author
Linux ARM64 GitHub Actions validation: passedThe second validation round for commit
Published assets on the fork's
The canonical and compatibility asset names have identical size and GitHub digest, so the existing ARM64 download URL remains compatible. The first-round missing-marker issue is fixed by Other matrix jobs are independent of this ARM64 validation. |
hello-stephen
marked this pull request as ready for review
August 3, 2026 14:06
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 changed
ubuntu-22.04-armhosted runnerldb_toolchain_gen_aarch64.shfor the ARM64 job while keeping the existing x86_64 toolchaindoris-thirdparty-prebuilt-linux-aarch64.tar.xzand the existing compatibility assetdoris-thirdparty-prebuild-arm64.tar.xzWhy
Linux ARM64 prebuilds currently depend on an internal ARM machine plus an hourly upload cron, unlike the other three platforms. Public repositories can now use standard native ARM64 GitHub-hosted runners, so the build and publication can live in the same workflow as Linux x86_64 and macOS.
Keeping the legacy asset name avoids breaking existing Doris release jobs and download URLs during the migration.
Validation
actionlint .github/workflows/build.ymlgit diff --check