summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/local/local_ac.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/local/local_ac.hpp')
-rw-r--r--src/buildtool/execution_api/local/local_ac.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/local/local_ac.hpp b/src/buildtool/execution_api/local/local_ac.hpp
index f319940a..f8cc3b7a 100644
--- a/src/buildtool/execution_api/local/local_ac.hpp
+++ b/src/buildtool/execution_api/local/local_ac.hpp
@@ -76,7 +76,8 @@ class LocalAC {
gsl::not_null<LocalCAS<ObjectType::File>*> cas_;
std::filesystem::path const cache_root_{
LocalExecutionConfig::GetCacheDir()};
- FileStorage<ObjectType::File, kStoreMode> file_store_{cache_root_ / "ac"};
+ FileStorage<ObjectType::File, kStoreMode, /*kSetEpochTime=*/false>
+ file_store_{cache_root_ / "ac"};
};
#endif // INCLUDED_SRC_BUILDTOOL_EXECUTION_API_LOCAL_LOCAL_AC_HPP