build icon indicating copy to clipboard operation
build copied to clipboard

Automatically clean macOS symbolication cache on all machines

Open targos opened this issue 1 year ago • 2 comments

Refs: https://github.com/nodejs/build/pull/3481

Could we setup automation (equivalent of crontab) that regularly (once a day?) runs as root:

symbolscache delete

This would be less intrusive than running the full cleanup script (which wipes out the jenkins workspaces).

targos avatar May 07 '24 13:05 targos