diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-08-29 14:12:05 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-08-30 17:17:09 +0200 |
commit | 5ecbcbbcf71ca9fafaddf9a2353fe31a75fb33e4 (patch) | |
tree | e5d1efdf4e0f6952e89d45d2ec7df6b612829bb3 /src/buildtool/storage/local_ac.hpp | |
parent | ace40adf1ed751072bc858d40c08f8f56340b592 (diff) | |
download | justbuild-5ecbcbbcf71ca9fafaddf9a2353fe31a75fb33e4.tar.gz |
Replace bazel_re::Digest in Uplinker
...with ArtifactDigest.
Diffstat (limited to 'src/buildtool/storage/local_ac.hpp')
-rw-r--r-- | src/buildtool/storage/local_ac.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/storage/local_ac.hpp b/src/buildtool/storage/local_ac.hpp index 180f1c51..2e4f57a8 100644 --- a/src/buildtool/storage/local_ac.hpp +++ b/src/buildtool/storage/local_ac.hpp @@ -84,7 +84,7 @@ class LocalAC { requires(kIsLocalGeneration) [[nodiscard]] auto LocalUplinkEntry( LocalGenerationAC const& latest, - bazel_re::Digest const& action_id) const noexcept -> bool; + ArtifactDigest const& action_id) const noexcept -> bool; private: // The action cache stores the results of failed actions. For those to be |