From 8c756993cf9605029536faec6747b488fed1bcf1 Mon Sep 17 00:00:00 2001 From: Andrea Belano Date: Tue, 10 Dec 2024 11:40:59 +0100 Subject: [PATCH] Makefile: update pulp-runtime commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1237da2..495a577 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ sw-clean: ## Clone pulp-runtime as SW stack PULP_RUNTIME_REMOTE ?= https://github.com/pulp-platform/pulp-runtime.git -PULP_RUNTIME_COMMIT ?= 5a063a8 # branch: astral +PULP_RUNTIME_COMMIT ?= 6a8fff7 # branch: upstream-features pulp-runtime: git clone $(PULP_RUNTIME_REMOTE) $@