feat(docs): add information about CRAFT_SHARED_CACHE
Metadata
Current evaluation
Merged documentation update detailing the CRAFT_SHARED_CACHE environment variable. Approved by two reviewers, the change adds 80 lines across three files and finalizes the feature after initial draft discussions on cache directory configurations.
Suggested action: —
No scores available.
Issue body
No description provided.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged documentation update detailing the CRAFT_SHARED_CACHE environment variable. Approved by two reviewers, the change adds 80 lines across three files and finalizes the feature after initial draft discussions on cache directory configurations. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Documentation for CRAFT_SHARED_CACHE merged after draft revisions. The maintainer incorporated feedback on cache directory differentiation and referenced craft-actions PR #31 for implementation guidance before finalizing the update. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged documentation update detailing the CRAFT_SHARED_CACHE environment variable. The maintainer addressed draft feedback, clarified potential use cases and reference implementations, and finalized the changes. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1752 Document `CRAFT_SHARED_CACHE` | charmcraft | closed | Closed as a duplicate of issue #1431. The maintainer confirmed the documentation request for CRAFT_SHARED_CACHE was already addressed elsewhere, superseding this ticket. | |
| #1888 fix: lock shared cache directory | charmcraft | merged | Merged to resolve concurrency issues by locking the shared cache directory, addressing #1845 and CRAFT-3313. Approved by two reviewers, the change modifies eight files and implements directory locking to prevent race conditions. | |
| #1270 feat(pack): add shared cache support | charmcraft | merged | Merged feature adding shared cache support for charmcraft. Enabled by default with pip-only initial support, configurable via CRAFT_SHARED_CACHE. Resolves issue #1256 after passing CI and two approvals, despite minor unresolved test comments. |