summaryrefslogtreecommitdiffstats
path: root/group-base
diff options
context:
space:
mode:
authorWolfgang Müller2024-10-16 21:05:23 +0200
committerWolfgang Müller2024-10-16 21:05:23 +0200
commitbb2ff952250dfc48e491224d68bd12742233c027 (patch)
treeec4a9ae4e7280ab9467e8870ee4f497e02378d0f /group-base
parentedae572718dcfdc216098b352ae07c5afceaa495 (diff)
downloadportage-roles-bb2ff952250dfc48e491224d68bd12742233c027.tar.gz
group-base: Add ccache env profile
This comes in handy if there's a lot of rebuilds done through portage (for example when testing patches in /etc/portage/patches). No harm in keeping the env profile around should we ever need it.
Diffstat (limited to '')
-rw-r--r--group-base/env/ccache2
1 files changed, 2 insertions, 0 deletions
diff --git a/group-base/env/ccache b/group-base/env/ccache
new file mode 100644
index 0000000..cedb851
--- /dev/null
+++ b/group-base/env/ccache
@@ -0,0 +1,2 @@
+FEATURES="ccache"
+CCACHE_DIR="/var/cache/ccache"