diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2023-03-03 19:27:32 +0100 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2023-03-06 17:17:21 +0100 |
commit | 00adcbad4162527bd750aba69306d2d7c36ed0af (patch) | |
tree | 4c749a658d3a3a1b5be4e93a4c32fb5538113970 /src/buildtool/execution_api/execution_service/execution_server.hpp | |
parent | 502b016897a7561bcd0158f9f6120f56ba35cef9 (diff) | |
download | justbuild-00adcbad4162527bd750aba69306d2d7c36ed0af.tar.gz |
Execution server: Fix OutputDirectory generation in compatible mode
Diffstat (limited to 'src/buildtool/execution_api/execution_service/execution_server.hpp')
-rw-r--r-- | src/buildtool/execution_api/execution_service/execution_server.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/execution_api/execution_service/execution_server.hpp b/src/buildtool/execution_api/execution_service/execution_server.hpp index e151ffc2..d0ec5074 100644 --- a/src/buildtool/execution_api/execution_service/execution_server.hpp +++ b/src/buildtool/execution_api/execution_service/execution_server.hpp @@ -137,6 +137,7 @@ class ExecutionServiceImpl final : public bazel_re::Execution::Service { ::bazel_re::ExecuteResponse* response, IExecutionResponse::Ptr const& i_execution_response, std::string const& hash) const noexcept -> std::optional<std::string>; + LocalStorage storage_{}; IExecutionApi::Ptr api_{new LocalApi()}; Logger logger_{"execution-service"}; |