[PATCH 2/3] bootlinux: drop empty umask key from kdevops-managed ccache.conf
Daniel Gomez <[email protected]> Tue, 26 May 2026 14:16:48 +0200
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
From: Daniel Gomez <[email protected]> A bare `umask =` line makes ccache fold the following key into the value and abort with "invalid unsigned octal integer", surfaced by the kernel build as the misleading "ccache gcc: unknown C compiler" at Kconfig.include. ccache's compiled-in umask default is fine for kdevops-managed caches, so drop the key. Generated-by: Claude AI Signed-off-by: Daniel Gomez <[email protected]> --- playbooks/roles/bootlinux/templates/ccache.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/roles/bootlinux/templates/ccache.conf.j2 b/playbooks/roles/bootlinux/templates/ccache.conf.j2 index 8c0a7bf9..707b2f5b 100644 --- a/playbooks/roles/bootlinux/templates/ccache.conf.j2 +++ b/playbooks/roles/bootlinux/templates/ccache.conf.j2 @@ -23,5 +23,4 @@ hard_link = false inode_cache = true # Security -umask = read_only = false -- 2.53.0