From 8ef99074b990410a4748e4ec76ff7cc4baf9867d Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 19 Dec 2024 11:57:42 +0100 Subject: TreeStructure: make just-mr aware of "tree structure" roots --- src/other_tools/just_mr/utils.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/other_tools/just_mr/utils.hpp') diff --git a/src/other_tools/just_mr/utils.hpp b/src/other_tools/just_mr/utils.hpp index d0d33a1e..58b6931b 100644 --- a/src/other_tools/just_mr/utils.hpp +++ b/src/other_tools/just_mr/utils.hpp @@ -156,7 +156,7 @@ enum class CheckoutType : std::uint8_t { File, Distdir, GitTree, - Computed + Precomputed }; /// \brief Checkout type map @@ -168,7 +168,8 @@ std::unordered_map const kCheckoutTypeMap = { {"file", CheckoutType::File}, {"distdir", CheckoutType::Distdir}, {"git tree", CheckoutType::GitTree}, - {"computed", CheckoutType::Computed}}; + {"computed", CheckoutType::Precomputed}, + {"tree structure", CheckoutType::Precomputed}}; namespace JustMR::Utils { /// \brief Recursive part of the ResolveRepo function. -- cgit v1.2.3