diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-05-24 14:26:04 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-06-04 13:47:11 +0200 |
commit | 7b62c8274bea6b55a36b425b670a341c8093de08 (patch) | |
tree | cafda424598ad1465aa803bacbce17685813b865 /src/buildtool/execution_api/git/TARGETS | |
parent | 8493611969aa8d52d3a1e8fc55d1ff7486ba7c7d (diff) | |
download | justbuild-7b62c8274bea6b55a36b425b670a341c8093de08.tar.gz |
blob containers: Store and upload taking into account content size
Update logic populating containers to use the new method which
is aware of the maximum transfer limit.
Diffstat (limited to 'src/buildtool/execution_api/git/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/git/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/git/TARGETS b/src/buildtool/execution_api/git/TARGETS index f0895c4b..df3dfcdc 100644 --- a/src/buildtool/execution_api/git/TARGETS +++ b/src/buildtool/execution_api/git/TARGETS @@ -4,6 +4,7 @@ , "hdrs": ["git_api.hpp"] , "deps": [ ["@", "gsl", "", "gsl"] + , ["src/buildtool/common", "common"] , ["src/buildtool/common", "config"] , ["src/buildtool/execution_api/bazel_msg", "bazel_msg_factory"] , ["src/buildtool/execution_api/common", "common"] |