change cache directory name to be fayalite-specific

This commit is contained in:
Jacob Lifshay 2025-10-08 03:25:24 -07:00
parent f152d3e5f3
commit 0306d3b07d
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ

View file

@ -194,7 +194,7 @@ fn write_file_atomically_no_clobber<F: FnOnce() -> C, C: AsRef<[u8]>>(
impl ExternalJobCaching {
pub fn get_cache_dir_from_output_dir(output_dir: &str) -> PathBuf {
Path::join(output_dir.as_ref(), ".cache")
Path::join(output_dir.as_ref(), ".fayalite-job-cache")
}
pub fn make_cache_dir(
cache_dir: impl AsRef<Path>,