From 11279f7e7a808d5440ebfeaa734b892d202094e0 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 11 Feb 2025 08:52:48 +0100 Subject: checkout locations: support extra environment variables to inherit --- src/other_tools/ops_maps/git_update_map.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/other_tools/ops_maps/git_update_map.hpp') diff --git a/src/other_tools/ops_maps/git_update_map.hpp b/src/other_tools/ops_maps/git_update_map.hpp index 1bf9256c..39ab61c8 100644 --- a/src/other_tools/ops_maps/git_update_map.hpp +++ b/src/other_tools/ops_maps/git_update_map.hpp @@ -24,6 +24,7 @@ #include "src/buildtool/file_system/git_cas.hpp" #include "src/buildtool/multithreading/async_map_consumer.hpp" #include "src/buildtool/storage/config.hpp" +#include "src/other_tools/just_mr/mirrors.hpp" #include "src/other_tools/just_mr/progress_reporting/progress.hpp" #include "src/other_tools/just_mr/progress_reporting/statistics.hpp" #include "src/utils/cpp/hash_combine.hpp" @@ -59,6 +60,7 @@ struct hash { GitCASPtr const& git_cas, std::string const& git_bin, std::vector const& launcher, + MirrorsPtr const& mirrors, gsl::not_null const& storage_config, // native storage config gsl::not_null const& stats, -- cgit v1.2.3