diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-01-29 16:49:02 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-07 14:58:04 +0100 |
commit | 952c60a8ecc4318fbd20a01fe642b6629ddf42cc (patch) | |
tree | 9f2c783b4349839b380b7a3ad14a4d85ae5b5e35 /src/buildtool/execution_engine/executor/executor.hpp | |
parent | 5512a2d221623d4c69ca6651a4706997e53080ab (diff) | |
download | justbuild-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.hpp | 2 |
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), |