diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-27 17:18:58 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-27 17:22:22 +0200 |
commit | 1a2fee922d0c2d9b9c37188ab326adeaf347cfc5 (patch) | |
tree | 0ba83229b6fef7261a5347a49b9bfeaacc918589 /src/buildtool/execution_api/execution_service/TARGETS | |
parent | 283bf43b9bb7f673eb49058f25374aaa419365c9 (diff) | |
download | justbuild-1a2fee922d0c2d9b9c37188ab326adeaf347cfc5.tar.gz |
bytestream server: also enforce the tree invariant
Diffstat (limited to 'src/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r-- | src/buildtool/execution_api/execution_service/TARGETS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/execution_service/TARGETS b/src/buildtool/execution_api/execution_service/TARGETS index 294336bc..bf5c10d7 100644 --- a/src/buildtool/execution_api/execution_service/TARGETS +++ b/src/buildtool/execution_api/execution_service/TARGETS @@ -112,10 +112,12 @@ , "private-deps": [ ["src/buildtool/compatibility", "compatibility"] , ["src/buildtool/execution_api/common", "bytestream-common"] + , ["src/buildtool/file_system", "file_system_manager"] , ["src/buildtool/logging", "log_level"] , ["src/utils/cpp", "tmp_dir"] , ["@", "fmt", "", "fmt"] , ["src/utils/cpp", "verify_hash"] + , "cas_utils" ] } , "capabilities_server": |