packages: drop release from chisel command line
Metadata
Current evaluation
Merged. Dropped the release argument from the chisel command line to enable native error propagation and future-proof Ubuntu version support. Approved, passed CI, and verified to correctly invoke chisel during Rockcraft builds.
Suggested action: —
No scores available.
Issue body
Chisel only works in some Ubuntu versions (currently 22.04 and 22.10),
and instead of trying to block invalid calls let's just let the tool's
error propagate up the call stack. This way we can be a bit 'future
proof' for when new Ubuntu versions are supported.
(CRAFT-1407)
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged. Dropped the release argument from the chisel command line to enable native error propagation and future-proof Ubuntu version support. Approved, passed CI, and verified to correctly invoke chisel during Rockcraft builds. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Removed the release argument from the chisel command line to delegate Ubuntu version compatibility to chisel, improving future-proofing. Verified to correctly invoke chisel during Rockcraft builds with slice-based stage-packages. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #17 build: drop chisel from rockcraft.yaml | snapcraft-rocks | merged | Merged after removing chisel from rockcraft.yaml to align the Snapcraft rock with standard Snapcraft capabilities, as Snapcraft 7 lacks support. Approved by two reviewers, passed CI, and modified three files. A v8-specific test suite will later restore the Chisel spread test. | |
| #1368 feat(chisel): ignore unmaintained/unstable releases | craft-parts | merged | Merged changes configuring chisel to ignore unmaintained or unstable releases, resolving #1159 and CRAFT-4636. Requires chisel >= 1.3.0. Approved by two reviewers with all CI checks passing across multiple platforms. |