[Packaging] Add Debian Trixie support - #33818
Open
ashort96 wants to merge 1 commit into
Open
Conversation
Adds Trixie (13) to the deb build/test matrix in azure-pipelines.yml, mirroring the existing Bookworm entries added in Azure#26690. Fixes Azure#32069
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
microsoft-github-policy-service
Bot
requested review from
wangzelin007 and
yonzhan
July 31, 2026 19:23
ashort96
marked this pull request as ready for review
July 31, 2026 19:53
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Debian Trixie (13) as a supported Debian codename in the Azure Pipelines build/test matrix so CI can produce and validate .deb artifacts for Debian 13, matching the existing pattern used for Debian Bookworm support.
Changes:
- Extend
BuildDebPackagesmatrix to include Debiantrixiefor each configured architecture. - Extend
TestDebPackagesmatrix to include Debiantrixiefor each configured architecture.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
Packaging |
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.
Related command
N/A — packaging/CI change only, no CLI command changes.
Description
Adds Debian Trixie (13) to the
BuildDebPackages/TestDebPackagesmatrix inazure-pipelines.yml, mirroring the existing Bookworm entries added in #26690.packages.microsoft.com/repos/azure-cli/dists/currently only goes up tobookworm, so anyone on Debian 13 installing via the documented apt-repo method hits a missingReleasefile (#32069). This PR adds the CI build/test matrix entry needed to produce atrixie.deb, the same way #26690 added Bookworm support after Debian 12's release.Note: merging this adds
trixieto what CI builds/tests, but actually publishing it topackages.microsoft.com/repos/azure-cli/dists/trixie/is a separate internal release step outside this repo — flagging that step needs to happen too for #32069 to be fully resolved.Fixes #32069
History Notes
PR information