From 98889cdcf389038d53309911ece4ec6a4486ebc6 Mon Sep 17 00:00:00 2001 From: Yasmin Valim Date: Thu, 6 Jun 2024 09:17:16 -0300 Subject: [PATCH] Revert "build.sh: freeze edk2 to fix PXE 4K UEFI tests" This reverts commit f056c0ebb4e63807d5c7c737c737ce445609cd59. The package has been fixed and update so we are able to revert this to start to use the latest version. Closes: coreos#3815 Bug: https://bugzilla.redhat.com/show_bug.cgi?id=2290441 --- build.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.sh b/build.sh index 9c1e9ffc79..a358394bf2 100755 --- a/build.sh +++ b/build.sh @@ -43,13 +43,6 @@ install_rpms() { frozendeps="" - # freeze edk2 for https://github.com/coreos/coreos-assembler/issues/3815 - case "${arch}" in - x86_64|aarch64) frozendeps=$(echo edk2-{ovmf,aarch64}-20240214-7.fc40);; - *) ;; - esac - - # First, a general update; this is best practice. We also hit an issue recently # where qemu implicitly depended on an updated libusbx but didn't have a versioned # requires https://bugzilla.redhat.com/show_bug.cgi?id=1625641