target-arch: decouple target arch from deb, and use a separate field …
Metadata
Current evaluation
Merged into master. Introduces a target field to decouple target from deb architecture, providing arch aliases for the kernel plugin. Approved, passed CI, and merged with 70 added lines across two files.
Suggested action: —
No scores available.
Issue body
target field for better matching - aka introduce aliases for some archs
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
LP: #1674752
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged into master. Introduces a target field to decouple target from deb architecture, providing arch aliases for the kernel plugin. Approved, passed CI, and merged with 70 added lines across two files. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged into master. Introduces a target field to decouple target architecture from Debian package architecture, providing arch aliases for the kernel plugin. Replaces complex architecture mapping logic and was approved by maintainers with full diff coverage. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Introduced a target field to decouple architecture from deb packages and provide arch aliases for the kernel plugin. This replaced complex build script mapping logic. Approved after minor naming feedback and passed code coverage checks. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1674752 --target-arch: introduce aliases for some archs | snapcraft (launchpad) | closed | The proposal to add architecture aliases via a new target field was closed without discussion or implementation. No merge occurred, indicating the feature request was abandoned or rejected. | |
| #3831 project: use correct host arch when target arch is set | snapcraft | merged | Merged a fix introducing a dedicated property to store the host deb architecture. This prevents incorrect architecture assignment when --target-arch is specified, resolving singleton conversion issues. | |
| #689 kernel plugin: kernel targets depending on debarch | snapcraft | merged | Merged. Updates the kernel plugin to select image targets based on debarch, enabling multi-architecture kernel builds from a single snapcraft.yaml. Validated for amd64, arm64, and armhf. | |
| #1209 kernel plugin: use default per arch targets. | snapcraft | merged | Merged kernel plugin updates to use default per-architecture targets. The change modifies two files (+48/-5 lines) and addresses Launchpad bug #1665659. |