Bug 247530 - devel/ccache: add periodic cleanup script
Summary: devel/ccache: add periodic cleanup script
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-25 00:41 UTC by Ivan Rozhuk
Modified: 2022-11-11 22:41 UTC (History)
4 users (show)

See Also:
linimon: maintainer-feedback? (bdrewery)


Attachments
patch (1.41 KB, patch)
2020-06-25 00:41 UTC, Ivan Rozhuk
no flags Details | Diff
patch (3.76 KB, patch)
2020-06-25 00:46 UTC, Ivan Rozhuk
no flags Details | Diff
patch (3.80 KB, patch)
2020-06-25 02:01 UTC, Ivan Rozhuk
rozhuk.im: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Rozhuk 2020-06-25 00:41:00 UTC
Created attachment 215919 [details]
patch

Add periodic script to daily clean ccache for system and all users.
This useful at least in cases with stats=false: faster compilation but no stat collected and cache size limit not work.
Comment 1 Ivan Rozhuk 2020-06-25 00:46:45 UTC
Created attachment 215920 [details]
patch
Comment 2 Ivan Rozhuk 2020-06-25 02:01:29 UTC
Created attachment 215921 [details]
patch

Set lower process prio.
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2022-03-03 21:12:45 UTC
	SYS_CCACHE_DIR=`make -V CCACHE_DIR`


Where is this make running?