diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-10-10 12:31:31 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-10-10 12:43:24 +0200 |
commit | 7a23fd360c0d37f71911c6c0479c95ba1fc0ffc6 (patch) | |
tree | 3c8a0be98d1796e94bb8b1afb2e2a8a00a2be91f /src/buildtool/execution_api/execution_service/TARGETS | |
parent | 5802481e1162f17cbbe6372878941252abf36c39 (diff) | |
download | justbuild-7a23fd360c0d37f71911c6c0479c95ba1fc0ffc6.tar.gz |
Remove from OSS intersecting public-private dependencies
Diffstat (limited to 'src/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/execution_service/TARGETS | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/buildtool/execution_api/execution_service/TARGETS b/src/buildtool/execution_api/execution_service/TARGETS index a04d098f..abb6a38b 100644 --- a/src/buildtool/execution_api/execution_service/TARGETS +++ b/src/buildtool/execution_api/execution_service/TARGETS @@ -17,8 +17,7 @@ , ["src/utils/cpp", "expected"] ] , "private-deps": - [ "operation_cache" - , ["@", "fmt", "", "fmt"] + [ ["@", "fmt", "", "fmt"] , ["src/buildtool/common", "artifact_digest_factory"] , ["src/buildtool/common", "common"] , ["src/buildtool/common", "protocol_traits"] @@ -168,8 +167,7 @@ , "proto": [["@", "googleapis", "", "google_longrunning_operations_proto"]] , "stage": ["src", "buildtool", "execution_api", "execution_service"] , "private-deps": - [ "operation_cache" - , ["@", "fmt", "", "fmt"] + [ ["@", "fmt", "", "fmt"] , ["src/buildtool/logging", "log_level"] , ["src/utils/cpp", "hex_string"] ] |