From 6d11ed5a2f625f6d142271531c4bba9f0c564cc8 Mon Sep 17 00:00:00 2001 From: Yvan Tortorella Date: Fri, 9 Feb 2024 18:23:39 +0100 Subject: [PATCH] Point to explicit runtime and regression commits. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 123d0535..4a4c9506 100644 --- a/Makefile +++ b/Makefile @@ -59,11 +59,11 @@ Bender.lock: ## Clone pulp-runtime as SW stack pulp-runtime: - git clone https://github.com/pulp-platform/pulp-runtime.git -b lv/pulp_cluster $@ + git clone https://github.com/pulp-platform/pulp-runtime.git -b 38ae6be6e28ff39f79218d333c41632a935bd584 $@ ## Clone regression tests for bare-metal verification regression-tests: - git clone https://github.com/pulp-platform/regression_tests $@ + git clone https://github.com/pulp-platform/regression_tests -b 7343d39bb9d1137b6eb3f2561777df546cd1e421 $@ ######################## # Build and simulation #