Add convenience package build workflow for cloudberry-backup#108
Merged
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
2 times, most recently
from
July 17, 2026 03:45
d7a4f47 to
db3fffc
Compare
woblerr
reviewed
Jul 22, 2026
woblerr
reviewed
Jul 22, 2026
tuhaihe
commented
Jul 23, 2026
tuhaihe
force-pushed
the
binary-package-workflow-2607
branch
from
July 23, 2026 09:55
db3fffc to
f22eaf9
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 23, 2026 09:57
dc5095c to
ee94244
Compare
leborchuk
approved these changes
Jul 23, 2026
leborchuk
left a comment
There was a problem hiding this comment.
LGTM, see run under the already created tag (2.1) https://github.com/tuhaihe/gpbackup/actions/runs/29551662660
We do not support at that time Rocky Linux 10 and Ubuntu 24.04 (small fixes but needed to support), so run failed - and it's good, it shows that build works, do not silently drop errors
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: