diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-02 12:57:59 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-09 13:07:13 +0200 |
commit | fbfd9a769226d5a44e328d1fe5cf175971b99828 (patch) | |
tree | 0631495cfa662e0f040169d3ad861627c59c8fdc /src/buildtool/execution_api/execution_service/TARGETS | |
parent | d49ec46214178d429215312499806f9feef2ab7d (diff) | |
download | justbuild-fbfd9a769226d5a44e328d1fe5cf175971b99828.tar.gz |
Introduce minor fixes to BytestreamServer
1. Mark local variables constant if needed;
2. Remove redundant fmt::format calls;
3. Return bazel_re::Digest from resourse name parsing.
Diffstat (limited to 'src/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/execution_service/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/execution_service/TARGETS b/src/buildtool/execution_api/execution_service/TARGETS index 78e0fe33..8c9bf1e7 100644 --- a/src/buildtool/execution_api/execution_service/TARGETS +++ b/src/buildtool/execution_api/execution_service/TARGETS @@ -117,6 +117,7 @@ [ ["src/buildtool/compatibility", "compatibility"] , ["src/buildtool/execution_api/common", "bytestream-common"] , ["src/buildtool/file_system", "file_system_manager"] + , ["src/buildtool/common", "bazel_types"] , ["src/buildtool/logging", "log_level"] , ["src/utils/cpp", "tmp_dir"] , ["@", "fmt", "", "fmt"] |