playing with caching
Metadata
Current evaluation
Merged caching implementation to resolve Launchpad bug #1593380. Approved by reviewers and passes CI. Modifies six files to cache apt downloads, reducing subsequent build times.
Suggested action: —
No scores available.
Issue body
Signed-off-by: Sergio Schvezov sergio.schvezov@ubuntu.com
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged caching implementation to resolve Launchpad bug #1593380. Approved by reviewers and passes CI. Modifies six files to cache apt downloads, reducing subsequent build times. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged changes implementing apt caching to accelerate subsequent snapcraft builds. Resolves Launchpad bug #1593380. Code passed tests, received maintainer approval, and was integrated into the repository. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged to implement package download caching, resolving Launchpad bug #1593380. Subsequent snapcraft builds reuse cached data for faster execution. Approved after tests passed. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #257 Fix apt cache FD leakage and performance boost lp:1537705 | snapcraft | closed | Superseded by PR #268, which squashed the apt cache FD leakage fix and performance improvements while preserving author attribution. The original request was closed after local tests passed but required additional review. | |
| #3177 repo: consider virtual pkgs for cache invalidation | snapcraft | merged | Merged. Updates cache invalidation to include virtual packages, adding a warning to discourage their use for deterministic builds. Refactors AptCache logic for better separation of concerns. Approved by one reviewer and passed CI. | |
| #43 packages: add support to apt cache operations | craft-parts | merged | Merged PR adding apt cache operations for package retrieval. Approved by two reviewers and passed CI. Follows snapcraft standards and is planned for future migration to a separate project. | |
| #379 apt_cache: ignore unreadable files in /etc/apt | craft-parts | merged | Merged after resolving issue #378. The apt_cache module now ignores unreadable files in /etc/apt. Approved by one reviewer, passed CI checks, and modified two files with 35 additions and 2 deletions. | |
| #728 Use link_or_copy instead of just hard-links for deb cache. | snapcraft | merged | Merged a fix replacing hard-links with link_or_copy for the deb cache, enabling cross-filesystem caching and resolving Launchpad bug #1612813. Approved by @come-maiz with minimal code changes. |