Add convenience package build workflow for cloudberry-backup#108
Open
tuhaihe wants to merge 1 commit into
Open
Add convenience package build workflow for cloudberry-backup#108tuhaihe wants to merge 1 commit into
tuhaihe wants to merge 1 commit into
Conversation
tuhaihe
marked this pull request as draft
July 16, 2026 09:56
tuhaihe
marked this pull request as ready for review
July 17, 2026 03:32
Member
Author
|
You can see this action: https://github.com/tuhaihe/gpbackup/actions/runs/29551662660 Note:
cc: @leborchuk @woblerr PTAL. |
tuhaihe
force-pushed
the
binary-package-workflow-2607
branch
from
July 17, 2026 03:42
1b577cf to
d7a4f47
Compare
Introduce a manually-triggered GitHub Actions workflow that builds portable tar.gz packages for Apache cloudberry-backup from its official source release tarball, and tests them against Apache Cloudberry built from its own official source release. Key design decisions: - cloudberry-backup binaries are built on Rocky 8 (glibc 2.28) to maximise compatibility across Linux distributions. - Cloudberry is built per-platform from its source release tarball (~8 min), avoiding dependence on pre-built Docker images or external DEB/RPM repositories. - Build-and-test are fused into one job per platform: after Cloudberry compiles, gpdemo spins up directly in the same container, eliminating artifact packaging, transfer, and a separate test job. - Only .sha512 checksums are generated; .asc signatures remain a release manager local step.
tuhaihe
force-pushed
the
binary-package-workflow-2607
branch
from
July 17, 2026 03:45
d7a4f47 to
db3fffc
Compare
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.
Introduce a manually-triggered GitHub Actions workflow that builds portable tar.gz packages for Apache cloudberry-backup from its official source release tarball, and tests them against Apache Cloudberry built from its own official source release.
Key design decisions:
closes: #ISSUE_Number
Change logs
Contributor's checklist
Here are some reminders before you submit your pull request: