From 20816523c8993dfc6145ab63e30e46d31b7ddbb4 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Wed, 12 Nov 2025 15:17:30 +0100 Subject: [PATCH] Update metal3-dev-env hash 2025-11-10 Latest commit at 2025-11-10 https://github.com/metal3-io/metal3-dev-env/commit/01530d036cce1ff0b4675768777af7a6c6de7487 --- 01_install_requirements.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_install_requirements.sh b/01_install_requirements.sh index 9a4c343a4..053d33502 100755 --- a/01_install_requirements.sh +++ b/01_install_requirements.sh @@ -19,7 +19,7 @@ if [ -z "${METAL3_DEV_ENV}" ]; then # TODO -- come up with a plan for continuously updating this # Note we only do this in the case where METAL3_DEV_ENV is # unset, to enable developer testing of local checkouts - git reset c60510f410173ddf01a29b87c889249b0f263c9f --hard + git reset 01530d036cce1ff0b4675768777af7a6c6de7487 --hard popd fi