diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-11 08:52:48 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-11 16:32:15 +0100 |
commit | 11279f7e7a808d5440ebfeaa734b892d202094e0 (patch) | |
tree | 1b1a61165423a40953835f51df6dbdb9aec29af2 /src/other_tools/ops_maps/git_update_map.hpp | |
parent | ecf06437292740589533d87d527efd1020d4fca7 (diff) | |
download | justbuild-11279f7e7a808d5440ebfeaa734b892d202094e0.tar.gz |
checkout locations: support extra environment variables to inherit
Diffstat (limited to 'src/other_tools/ops_maps/git_update_map.hpp')
-rw-r--r-- | src/other_tools/ops_maps/git_update_map.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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<RepoDescriptionForUpdating> { GitCASPtr const& git_cas, std::string const& git_bin, std::vector<std::string> const& launcher, + MirrorsPtr const& mirrors, gsl::not_null<StorageConfig const*> const& storage_config, // native storage config gsl::not_null<JustMRStatistics*> const& stats, |