[ci] Add branch-4.1 thirdparty prebuilt and Docker release - #416
Open
hello-stephen wants to merge 1 commit into
Open
hello-stephen wants to merge 1 commit into
hello-stephen wants to merge 1 commit into
Conversation
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
Add a dedicated GitHub Actions workflow for Doris
branch-4.1, with its ownautomation-4.1release, Linux x86_64 and macOS arm64 prebuilt archives, and Docker Hub tags:apache/doris:build-env-ldb-toolchain-4.1-latestapache/doris:build-env-ldb-toolchain-4.1-no-avx2-latestThe workflow tracks
thirdparty/changes for full releases anddocker/compilation/Dockerfilechanges for image-only updates. It also supports manual full and Docker-only runs. Both the build checkout and Dockerfile use the Doris SHA chosen by prerelease; the image step verifies the Linux archive's thirdparty commit marker before pushing. Scheduled retries are bounded and preserve Docker-only scope.Validation
actionlint .github/workflows/build-4.1.ymlgit diff --checkbranch-4.1SHA30535aa6f037b7d7d69a0d8114e6e69c147027c9; both normal and no-avx2 Dockerfiles generated with theautomation-4.1archive.The workflow has not been run on GitHub Actions yet. The release assets and Docker tags will be produced after this workflow lands on the default branch and its first scheduled or manual run completes.