frerich / clcache

A compiler cache for MSVC, much like ccache for gcc
Other
324 stars 83 forks source link

Equivalent to CCACHE_READONLY and CCACHE_TEMPDIR #313

Open BenLubar opened 6 years ago

BenLubar commented 6 years ago

Having CLCACHE_READONLY and CLCACHE_TEMPDIR would allow me to use shared caches for pull requests. Otherwise my choices are either to copy the entire clcache directory for each pull request or to not use clcache at all for pull request builds.