We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4ebd3 commit 0a04963Copy full SHA for 0a04963
build.sh
@@ -41,11 +41,8 @@ install_rpms() {
41
local builddeps
42
local frozendeps
43
44
- # freeze grub2 due to https://github.com/coreos/coreos-assembler/issues/3148
+ # no frozen deps right now
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