Skip to content

Commit

Permalink
Revert "build.sh: freeze edk2 to fix PXE 4K UEFI tests"
Browse files Browse the repository at this point in the history
This reverts commit f056c0e.
  • Loading branch information
yasminvalim committed Jun 6, 2024
1 parent f056c0e commit 740f3cc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 740f3cc

Please sign in to comment.