Skip to content

Commit b45a406

Browse files
committed
build.sh: unfreeze grub2
This issue in PXE tests on ppc64le is now fixed. Closes coreos/fedora-coreos-tracker#1886
1 parent 70922c7 commit b45a406

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ install_rpms() {
4242
local builddeps
4343
local frozendeps=""
4444

45-
# freeze grub2 for https://github.com/coreos/fedora-coreos-tracker/issues/1886
46-
case "${arch}" in
47-
x86_64) frozendeps=$(echo grub2-{common,tools,tools-extra,tools-minimal,efi-x64,pc,pc-modules}-2.12-15.fc41);;
48-
aarch64) frozendeps=$(echo grub2-{common,tools,tools-extra,tools-minimal,efi-aa64}-2.12-15.fc41);;
49-
ppc64le) frozendeps=$(echo grub2-{common,tools,tools-extra,tools-minimal,ppc64le,ppc64le-modules}-2.12-15.fc41);;
50-
*) ;;
51-
esac
52-
5345
# First, a general update; this is best practice. We also hit an issue recently
5446
# where qemu implicitly depended on an updated libusbx but didn't have a versioned
5547
# requires https://bugzilla.redhat.com/show_bug.cgi?id=1625641

0 commit comments

Comments
 (0)