Skip to content

Commit 0a04963

Browse files
HuijingHeicgwalters
authored andcommitted
Revert "build.sh: freeze on grub2-2.06-52.fc36"
This reverts commit 94eb65b.
1 parent fe4ebd3 commit 0a04963

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,8 @@ install_rpms() {
4141
local builddeps
4242
local frozendeps
4343

44-
# freeze grub2 due to https://github.com/coreos/coreos-assembler/issues/3148
44+
# no frozen deps right now
4545
frozendeps=""
46-
if [ "${arch}" != s390x ]; then
47-
frozendeps=$(echo grub2{-common,-tools-extra}-2.06-52.fc36)
48-
fi
4946

5047
# First, a general update; this is best practice. We also hit an issue recently
5148
# where qemu implicitly depended on an updated libusbx but didn't have a versioned

0 commit comments

Comments
 (0)