From da75d7aab2fbf0652b937d5a0307027f9f25971d Mon Sep 17 00:00:00 2001 From: Andrea Belano <123367320+belanoa@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:36:59 +0200 Subject: [PATCH] [Makefile] Fix Runtime Commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16bc5f14..589b0aa3 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ sw-clean: ## Clone pulp-runtime as SW stack PULP_RUNTIME_REMOTE ?= https://github.com/pulp-platform/pulp-runtime.git -PULP_RUNTIME_COMMIT ?= aca74d1 # branch: lg/upstream +PULP_RUNTIME_COMMIT ?= f10670b # branch: lg/upstream pulp-runtime: git clone $(PULP_RUNTIME_REMOTE) $@