From dd12fcb5eea5970ac8ef6acd7a200c1e92ce81ea Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 29 Aug 2024 09:18:09 +0200 Subject: Replace bazel_re::Digest in GitRepo::SymlinksCheckFunc callback ...with ArtifactDigest. --- src/buildtool/file_system/git_repo.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/buildtool/file_system/git_repo.hpp') diff --git a/src/buildtool/file_system/git_repo.hpp b/src/buildtool/file_system/git_repo.hpp index 4d1be53f..03ce92d8 100644 --- a/src/buildtool/file_system/git_repo.hpp +++ b/src/buildtool/file_system/git_repo.hpp @@ -24,7 +24,7 @@ #include #include "gsl/gsl" -#include "src/buildtool/common/bazel_types.hpp" +#include "src/buildtool/common/artifact_digest.hpp" #include "src/buildtool/file_system/git_cas.hpp" #include "src/buildtool/file_system/git_types.hpp" #include "src/buildtool/storage/config.hpp" @@ -71,7 +71,7 @@ class GitRepo { // Checks whether a list of symlinks given by their hashes are // non-upwards, based on content read from an actual backend. using SymlinksCheckFunc = - std::function const&)>; + std::function const&)>; GitRepo() = delete; // no default ctor ~GitRepo() noexcept = default; -- cgit v1.2.3