We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648414c commit 94eb65bCopy full SHA for 94eb65b
build.sh
@@ -41,8 +41,11 @@ install_rpms() {
41
local builddeps
42
local frozendeps
43
44
- # no frozen deps right now
+ # freeze grub2 due to https://github.com/coreos/coreos-assembler/issues/3148
45
frozendeps=""
46
+ if [ "${arch}" != s390x ]; then
47
+ frozendeps=$(echo grub2{-common,-tools-extra}-2.06-52.fc36)
48
+ fi
49
50
# First, a general update; this is best practice. We also hit an issue recently
51
# where qemu implicitly depended on an updated libusbx but didn't have a versioned
0 commit comments