feat(scripts): lint-kernel-cache — pin the ccache wiring in CI #109

Merged
pipeline-bot merged 1 commit from feat/lint-kernel-cache into trunk 2026-08-19 01:08:45 +00:00
Owner

Five named pins on images/linux-kernel/Containerfile cache wiring (mount id, CCACHE_DIR, masquerade PATH, ccache -s, pinned timestamp). Activated by the pipeline-build-images prepare gate (pipelines PR 2070). Red path spot-proven: a CCACHE_DIR mutation is caught.

Five named pins on images/linux-kernel/Containerfile cache wiring (mount id, CCACHE_DIR, masquerade PATH, ccache -s, pinned timestamp). Activated by the pipeline-build-images prepare gate (pipelines PR 2070). Red path spot-proven: a CCACHE_DIR mutation is caught.
feat(scripts): lint-kernel-cache -- pin the ccache wiring in CI
All checks were successful
pipeline/ci CI green @ a835aa896e1b
a835aa896e
The kernel build cache regressed silently once (2026-06: ccache 4.x
XDG path vs the 3.x mount target -- 0.9% hits for weeks while every
line looked right). Five pins, each a named FATAL: the cache mount
with its pinned id, CCACHE_DIR=/ccache, the masquerade PATH, the
ccache -s stats print, and the pinned KBUILD_BUILD_TIMESTAMP.

Runs in CI through the pipeline-build-images prepare gate (the same
[ -f ] activation as lint-no-runtime-fetch.sh; pipelines PR 2070 adds
the hook).
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/builder-images!109
No description provided.