diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-12-20 15:44:09 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-07 14:18:09 +0100 |
commit | a6d84f97fceaf2ef6ce2e3c86f25a7812e2f4f84 (patch) | |
tree | b239bdae8e14f802aae945b1c0d027fd3a461f16 /src/buildtool/storage/uplinker.cpp | |
parent | 4618817981165d08120749589d1c1457668bb547 (diff) | |
download | justbuild-a6d84f97fceaf2ef6ce2e3c86f25a7812e2f4f84.tar.gz |
TargetCache: use BackendDescription for sharding instead of a plain string
Diffstat (limited to 'src/buildtool/storage/uplinker.cpp')
-rw-r--r-- | src/buildtool/storage/uplinker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/storage/uplinker.cpp b/src/buildtool/storage/uplinker.cpp index f5a291ae..f9e5c33f 100644 --- a/src/buildtool/storage/uplinker.cpp +++ b/src/buildtool/storage/uplinker.cpp @@ -100,7 +100,7 @@ auto GlobalUplinker::UplinkActionCacheEntry( auto GlobalUplinker::UplinkTargetCacheEntry( TargetCacheKey const& key, - std::string const& backend_description) const noexcept -> bool { + BackendDescription const& backend_description) const noexcept -> bool { // Try to find target-cache entry in all generations. auto const& latest = generations_[Generation::kYoungest].TargetCache().WithShard( |