Fix arm64 Citus release debsigner build context - #1220
Open
ibrahim halatci (ihalatci) wants to merge 1 commit into
Open
Fix arm64 Citus release debsigner build context#1220ibrahim halatci (ihalatci) wants to merge 1 commit into
ibrahim halatci (ihalatci) wants to merge 1 commit into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
ibrahim halatci (ihalatci)
marked this pull request as ready for review
September 8, 2026 16:10
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
Correct the stable Citus arm64 debsigner build context on
all-cituswith exactly one changed workflow line:The workflow clones
developintotooling. The debsigner Dockerfile usesCOPY scripts /scriptsandENTRYPOINT /scripts/import_and_sign. The old tooling-root context copiestooling/scripts, which does not contain that entrypoint. Usingtooling/dockerfiles/debsignerselects the same default Dockerfile and copies the correct adjacent scripts.The identical wrong context caused
/scripts/import_and_signnot found in nightly CI. Refs citusdata/citus#8612.Scope
Only
.github/workflows/build-package.ymlchanges (+1/-1). The amd64 path, Dockerfiles, tools pin, secrets, platform matrix, and publication gates are unchanged. Thedevelopbootstrap guard from #1216 is already merged and requires no port to this branch.Bullseye's repository-metadata failure is explicitly out of scope. No release publication is dispatched, and no existing PackageCloud packages are overwritten or deleted. This feature branch remains publish-gated.
Validation
git diff --checkpassed.555499ac62ebdb2dda84899de32da1aed2d8f8bf; no local Docker build, manual dispatch, or rerun.All four non-Bullseye arm64 builder and debsigner-image steps succeeded. Jammy arm64 and Bookworm arm64 completed successfully: both logs show
DEB signing finished successfully.andPackage publishing skipped since current branch is not equal to all-citus.Trixie arm64 and Noble arm64 failed before signing because existing build-output validation rejects
dpkg-shlibdeps: warning: diversions involved - output may be incorrect. These are separate package-build warnings, not the missing signer entrypoint. Bullseye arm64 failed at the excluded builder-image stage. All 9 stable amd64 jobs succeeded. No changes were added for these out-of-scope failures.