Add build-4.0.yml workflow for branch-4.0 prebuilt and docker image#394
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…Gone) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…locks Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… on GH Actions) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
morningman
approved these changes
May 29, 2026
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-4.0.ymlto automate prebuilt thirdparty artifacts and Docker image for Apache Dorisbranch-4.0, following the same pattern as existingbuild-3.1.ymlbut with theupdate-dockerjob frombuild.yml(master)lzo-2.10.tar.gz:fossies.orgreturns 410 Gone for this file; switch to officialoberhumer.commirrorlibuuid-1.0.3.tar.gz:nchc.dl.sourceforge.net(Taiwan mirror) is blocked from GitHub Actions; use the main SourceForge redirector insteadprereleasejob runner frommacos-14toubuntu-latestto avoid macOS runner network restrictions that cause silent empty-file downloadsgh release upload --clobberrace-condition that returns exit 1 ("release not found") when overwriting an existing asset, even though the upload succeeds; replace with explicit delete-then-uploadbuild.yml(master workflow) improvements: addforce_buildinput forworkflow_dispatch, switchDORIS_TOOLCHAINtoclangKey differences from
build-3.1.ymlbuild-3.1.ymlbuild-4.0.ymlbranch-3.1branch-4.0automation-3.1automation-4.0update-dockerjobbuild-env-ldb-toolchain-4.0-latestprereleaserunnerTest plan
Prereleasejob: successfully createsautomation-4.0release, downloads sources, detects thirdparty changesBuild (Linux): thirdparty compiled and prebuilt artifact uploadedBuild (macOS-arm64): thirdparty compiled and prebuilt artifact uploadedUpdate Docker Image: Dockerfile pulled frombranch-4.0, all three patches applied successfully, Docker image built (push requires apache Docker Hub credentials)Build (macOS-x86_64): validated in CI butmacos-13runner availability on GitHub is currently limited🤖 Generated with Claude Code