Retire Bullseye and fix ARM64 TopN signing - #1225
Merged
ibrahim halatci (ihalatci) merged 3 commits intoSep 10, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This was referenced Sep 8, 2026
Use the debsigner directory as the Docker build context so COPY scripts includes import_and_sign. Leave amd64 and publication gates unchanged. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> (cherry picked from commit 6d906ea)
Adopt the known ARM64 libc6 diversion warning fix while preserving the existing signing and publication gates. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 52d4e780-cd8c-405c-8944-5e3167ae4e59
ibrahim halatci (ihalatci)
approved these changes
Sep 10, 2026
ibrahim halatci (ihalatci)
deleted the
serhatandic-retire-bullseye-topn
branch
September 10, 2026 08:23
19 tasks
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
tooling/dockerfiles/debsigneras the Docker context soCOPY scripts /scriptsincludes the/scripts/import_and_signentrypoint.v0.8.36tov0.8.40, adopting the known ARM64 libc6 usr-merge diversion warning fix from Handle known ARM64 libc6 usr-merge diversion warnings tools#433. Unknown or incomplete diversion diagnostics remain subject to existing output validation.Scope
Three changes in
.github/workflows/build-package.yml(+2/-3 total): one Bullseye matrix-row deletion, one signer-command replacement, and one tools-pin replacement. The signer commit was cherry-picked from #1222 with its original authorship and source SHA preserved. The tools-pin follow-up is exactly one changed line on top of the previously consolidated PR.All remaining platforms, the architecture gate, package versions, secrets, and publication gates remain unchanged.
--output_validationstays enabled. Warning handling comes from the released tools tag; no validator implementation or ignore-policy changes are made here. Existing published packages and images are preserved.Validation
The tools-pin follow-up was compared against the previous PR head and changes only
v0.8.36tov0.8.40; all other workflow content is unchanged.git diff --checkpassed. Thev0.8.40tag resolves to the merged citusdata/tools#433 commit5c2b3e5e6c8f9b7f11f6f10459dfc45cc6a7d6ec.The updated branch push triggers the existing automatic CI. This update does not claim that the new CI run has passed or that stable ARM64 packages have been published or installed. No local Docker build, manual workflow dispatch, or CI rerun was performed for the pin update.
Merge order
The packaging
developbuilder retirement in #1234 has already merged. This PR removes Bullseye from the consuming TopN matrix, fixes its ARM64 signer context, and adopts the released warning fix. ARM64 builds continue to clone livedevelop; production publication remains gated on thedebian-topnbranch.Supersedes #1222; retain this PR for the combined changes.