Skip to content

Commit 94eb65b

Browse files
HuijingHeicgwalters
authored andcommitted
build.sh: freeze on grub2-2.06-52.fc36
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
1 parent 648414c commit 94eb65b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sh

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

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

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

0 commit comments

Comments
 (0)