Skip to content

Commit

Permalink
build.sh: freeze on grub2-2.06-52.fc36
Browse files Browse the repository at this point in the history
Build ova image for ppc64le with grub2 > 2.06-53 in cosa container,
causes vm boot failed. See https://github.com/coreos/coreos-assembler/issues/3148
  • Loading branch information
HuijingHei authored and cgwalters committed Nov 3, 2022
1 parent 648414c commit 94eb65b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ install_rpms() {
local builddeps
local frozendeps

# no frozen deps right now
# freeze grub2 due to https://github.com/coreos/coreos-assembler/issues/3148
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 94eb65b

Please sign in to comment.