From d6105778839cbdae5bfd234d54929b972328a6ee Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 9 Mar 2022 18:11:20 +0100 Subject: LocalCAS: Set epoch time for every entry ... and refactor static constant to proper format `kFdLess`. --- src/buildtool/execution_api/local/local_ac.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/local/local_ac.hpp') 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*> cas_; std::filesystem::path const cache_root_{ LocalExecutionConfig::GetCacheDir()}; - FileStorage file_store_{cache_root_ / "ac"}; + FileStorage + file_store_{cache_root_ / "ac"}; }; #endif // INCLUDED_SRC_BUILDTOOL_EXECUTION_API_LOCAL_LOCAL_AC_HPP -- cgit v1.2.3