summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_engine/executor/executor.hpp
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2025-01-29 16:49:02 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2025-02-07 14:58:04 +0100
commit952c60a8ecc4318fbd20a01fe642b6629ddf42cc (patch)
tree9f2c783b4349839b380b7a3ad14a4d85ae5b5e35 /src/buildtool/execution_engine/executor/executor.hpp
parent5512a2d221623d4c69ca6651a4706997e53080ab (diff)
downloadjustbuild-952c60a8ecc4318fbd20a01fe642b6629ddf42cc.tar.gz
CommonApi: Remove template parameter from UploadAndUpdateContainer
...since it works with ArtifactBlobs only.
Diffstat (limited to 'src/buildtool/execution_engine/executor/executor.hpp')
-rw-r--r--src/buildtool/execution_engine/executor/executor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_engine/executor/executor.hpp b/src/buildtool/execution_engine/executor/executor.hpp
index 32186764..efec69c4 100644
--- a/src/buildtool/execution_engine/executor/executor.hpp
+++ b/src/buildtool/execution_engine/executor/executor.hpp
@@ -345,7 +345,7 @@ class ExecutorImpl {
}
// store and/or upload blob, taking into account the maximum
// transfer size
- if (not UpdateContainerAndUpload<ArtifactDigest>(
+ if (not UpdateContainerAndUpload(
&container,
ArtifactBlob{*digest,
std::move(*content),