Skip to content

Commit

Permalink
Revert "build.sh: freeze on grub2-2.06-52.fc36"
Browse files Browse the repository at this point in the history
This reverts commit 94eb65b.
  • Loading branch information
HuijingHei authored and cgwalters committed Nov 18, 2022
1 parent fe4ebd3 commit 0a04963
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ install_rpms() {
local builddeps
local frozendeps

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

# 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
Expand Down

0 comments on commit 0a04963

Please sign in to comment.