From fc0c842eb2e938c7de405e365ff320eb28e04bc7 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Fri, 21 Feb 2025 12:52:19 +0100 Subject: Pass TmpDir to BazelNetwork and BazelCasClient --- test/utils/remote_execution/bazel_action_creator.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/utils/remote_execution/bazel_action_creator.hpp') diff --git a/test/utils/remote_execution/bazel_action_creator.hpp b/test/utils/remote_execution/bazel_action_creator.hpp index 69a5b172..b340dccb 100644 --- a/test/utils/remote_execution/bazel_action_creator.hpp +++ b/test/utils/remote_execution/bazel_action_creator.hpp @@ -121,8 +121,8 @@ remote_config->remote_address->port, &*auth_config, &retry_config, - &capabilities); - + &capabilities, + /*temp_space=*/nullptr); if (cas_client.BatchUpdateBlobs(instance_name, blobs) == blobs.size()) { return std::make_unique( ArtifactDigestFactory::ToBazel(action_blob->GetDigest())); -- cgit v1.2.3