← Back to issue list

feat(kernel,initrd): fix use of custom built ubuntu-core-initramfs de…

View original Github issue

Metadata

Project
snapcraft
Number
#6306
Type
pull request
State
merged
Author
kubiko
Labels
Created
Updated
Closed

Current evaluation

Merged fix for ubuntu-core-initramfs consumption by replacing dpkg -i with apt-get install to ensure proper dependency resolution and improve regression testing. Approved by reviewers and passed CI.

Suggested action:

No scores available.

Issue body

Small tweak to how the custom-built ubuntu-core-initramfs package is consumed. Current `dpkg -i` approach fails, as `dpkg` does not handle missing dependencies. `apt-get install` should always be used so dependencies are handled correctly. This also allows to capture more regression for the `ubuntu-core-initramfs` package when new snapcraft is linked to regression tests

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Merged fix for ubuntu-core-initramfs consumption by replacing dpkg -i with apt-get install to ensure proper dependency resolution and improve regression testing. Approved by reviewers and passed CI.
qwen3.6-35b-a3b-mtp-q6 Merged a fix replacing dpkg -i with apt-get install for ubuntu-core-initramfs. This resolves dependency resolution failures during builds and improves regression testing. Approved after a contributor demonstrated a build failure.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#6254 feat(kernel,initrd): extend plugins with new options, stabilize snapcraft merged Merged after approval. Extended the kernel plugin with new options, stabilized the initrd plugin, improved documentation, and added tests. Resolved a temporary Resolute tarball naming divergence. Core CI checks passed.
71%