From 9a9409e44b8ad5a68f38f918e5e026875732b574 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Fri, 19 Jul 2024 12:14:28 +0200 Subject: Pass HashFunction to BazelApi --- src/buildtool/execution_engine/executor/executor.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/buildtool/execution_engine/executor/executor.hpp') diff --git a/src/buildtool/execution_engine/executor/executor.hpp b/src/buildtool/execution_engine/executor/executor.hpp index d4d1f928..70d32ed6 100644 --- a/src/buildtool/execution_engine/executor/executor.hpp +++ b/src/buildtool/execution_engine/executor/executor.hpp @@ -693,7 +693,8 @@ class ExecutorImpl { endpoint.port, auth, retry_config, - config); + config, + HashFunction::Instance()); } } return nullptr; -- cgit v1.2.3