diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2025-06-23 12:19:43 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2025-06-24 12:56:57 +0200 |
commit | c498bf564fa5d781c176f65c7a9a2d43376a81f1 (patch) | |
tree | eb6a1378fc2ded735fd3bb24e8c52152f448029b /src/buildtool/execution_api/remote/bazel/bazel_response.hpp | |
parent | 95f230b3a755f66183ce5c27e929ed6ae3838977 (diff) | |
download | justbuild-c498bf564fa5d781c176f65c7a9a2d43376a81f1.tar.gz |
ExecutionAPI: Support output_symlinks in response
Diffstat (limited to 'src/buildtool/execution_api/remote/bazel/bazel_response.hpp')
-rw-r--r-- | src/buildtool/execution_api/remote/bazel/bazel_response.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/remote/bazel/bazel_response.hpp b/src/buildtool/execution_api/remote/bazel/bazel_response.hpp index 8504ae59..2b890da6 100644 --- a/src/buildtool/execution_api/remote/bazel/bazel_response.hpp +++ b/src/buildtool/execution_api/remote/bazel/bazel_response.hpp @@ -96,7 +96,6 @@ class BazelResponse final : public IExecutionResponse { std::shared_ptr<BazelNetwork> const network_; BazelExecutionClient::ExecutionOutput output_{}; ArtifactInfos artifacts_; - DirSymlinks dir_symlinks_; bool has_upwards_symlinks_ = false; // only tracked in compatible mode bool populated_ = false; |