From 1fce1ab9e2053a79b7fb7ae4b234477d0f9f9f04 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 25 Nov 2024 15:08:15 +0100 Subject: JustMR: Setup computed repositories --- src/other_tools/just_mr/utils.hpp | 6 ++++-- 1 file changed, 4 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 9b31d888..753e4b36 100644 --- a/src/other_tools/just_mr/utils.hpp +++ b/src/other_tools/just_mr/utils.hpp @@ -155,7 +155,8 @@ enum class CheckoutType : std::uint8_t { ForeignFile, File, Distdir, - GitTree + GitTree, + Computed }; /// \brief Checkout type map @@ -166,7 +167,8 @@ std::unordered_map const kCheckoutTypeMap = { {"foreign file", CheckoutType::ForeignFile}, {"file", CheckoutType::File}, {"distdir", CheckoutType::Distdir}, - {"git tree", CheckoutType::GitTree}}; + {"git tree", CheckoutType::GitTree}, + {"computed", CheckoutType::Computed}}; namespace JustMR::Utils { /// \brief Recursive part of the ResolveRepo function. -- cgit v1.2.3