ZIP
WinGet
Ccache
Joel Rosdahl · 4.13.5 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
ccache-4.13.5-windows-aarch64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Ccache.Ccache
Version
4.13.5
Description
Ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again.
License
GPL-3.0
↗
Homepage
https://github.com/ccache/ccache
Installer URL
https://github.com/ccache/ccache/releases/download/v4.13.5/ccache-4.13.5-windows-aarch64.zip
Release Notes
Bug fixes and improvements
- Increased default storage helper data and request timeouts to 10 seconds and 1 minute respectively, improving robustness on heavily loaded systems. [contributed by Joel Rosdahl]
- Improved robustness when connecting to newly spawned storage helpers by waiting longer for them to accept connections. [contributed by Joel Rosdahl]
- Synchronized writing to the stats log file. [contributed by Joel Rosdahl]
- Added logging of the PID of spawned storage helpers on Windows t…