From 84c5e48bdb0dfc5028ac34a2ec80e2076c1088ea Mon Sep 17 00:00:00 2001 From: Thomas Prescher Date: Thu, 9 Apr 2026 14:40:18 +0200 Subject: [PATCH] scripts: use latest ovmf version for x86_64 This commit bumps ovmf to ch-13b4963ec4 [1]. [1] https://github.com/cloud-hypervisor/edk2/releases/tag/ch-13b4963ec4 On-behalf-of: SAP thomas.prescher@sap.com Signed-off-by: Thomas Prescher --- scripts/sha1sums-x86_64 | 2 +- scripts/test-util.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sha1sums-x86_64 b/scripts/sha1sums-x86_64 index c49f00b26..1f7500e8b 100644 --- a/scripts/sha1sums-x86_64 +++ b/scripts/sha1sums-x86_64 @@ -1,3 +1,3 @@ d4a44acc6014d5f83dea1c625c43d677a95fa75f alpine-minirootfs-x86_64.tar.gz 540ac358429305d7aa94e15363665d1c9d845982 hypervisor-fw -4e96fd0914a44005d40707b2b0c7e829e4086bd5 CLOUDHV.fd +cf89e3e052c8ef0b6192abee6128eef943393307 CLOUDHV.fd diff --git a/scripts/test-util.sh b/scripts/test-util.sh index 5b414f858..2ad10d12f 100644 --- a/scripts/test-util.sh +++ b/scripts/test-util.sh @@ -199,7 +199,7 @@ prepare_linux() { } download_ovmf() { - OVMF_FW_TAG="ch-a54f262b09" + OVMF_FW_TAG="ch-13b4963ec4" OVMF_FW_URL="https://github.com/cloud-hypervisor/edk2/releases/download/$OVMF_FW_TAG/CLOUDHV.fd" OVMF_FW="$WORKLOADS_DIR/CLOUDHV.fd" pushd "$WORKLOADS_DIR" || exit