summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/bazel/TARGETS
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2025-02-21 12:52:19 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2025-03-24 09:25:05 +0100
commitfc0c842eb2e938c7de405e365ff320eb28e04bc7 (patch)
tree2fd4e62cec95b94b77643e89e8ff5a47e8ae7263 /test/buildtool/execution_api/bazel/TARGETS
parent82bfeff1389446f8743bd551f9833998eb7a1424 (diff)
downloadjustbuild-fc0c842eb2e938c7de405e365ff320eb28e04bc7.tar.gz
Pass TmpDir to BazelNetwork and BazelCasClient
Diffstat (limited to 'test/buildtool/execution_api/bazel/TARGETS')
-rw-r--r--test/buildtool/execution_api/bazel/TARGETS6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/buildtool/execution_api/bazel/TARGETS b/test/buildtool/execution_api/bazel/TARGETS
index 230c6f48..c2898d1c 100644
--- a/test/buildtool/execution_api/bazel/TARGETS
+++ b/test/buildtool/execution_api/bazel/TARGETS
@@ -13,11 +13,12 @@
, ["@", "src", "src/buildtool/execution_api/remote", "bazel_network"]
, ["@", "src", "src/buildtool/execution_api/remote", "config"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
+ , ["@", "src", "src/buildtool/storage", "config"]
, ["@", "src", "src/utils/cpp", "expected"]
, ["utils", "catch-main-remote-execution"]
, ["utils", "test_auth_config"]
- , ["utils", "test_hash_function_type"]
, ["utils", "test_remote_config"]
+ , ["utils", "test_storage_config"]
]
, "stage": ["test", "buildtool", "execution_api", "bazel"]
}
@@ -88,12 +89,13 @@
, ["@", "src", "src/buildtool/execution_api/remote", "bazel_network"]
, ["@", "src", "src/buildtool/execution_api/remote", "config"]
, ["@", "src", "src/buildtool/file_system", "object_type"]
+ , ["@", "src", "src/buildtool/storage", "config"]
, ["@", "src", "src/utils/cpp", "expected"]
, ["utils", "catch-main-remote-execution"]
, ["utils", "execution_bazel"]
, ["utils", "test_auth_config"]
- , ["utils", "test_hash_function_type"]
, ["utils", "test_remote_config"]
+ , ["utils", "test_storage_config"]
]
, "stage": ["test", "buildtool", "execution_api", "bazel"]
}