Skip to content

Commit

Permalink
build.sh: remove edk2-ovmf hack as not be needed on new pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrero committed Nov 21, 2022
1 parent 6c701de commit f5048b6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ install_rpms() {
# as we want to enable fast iteration there.
yum -y --enablerepo=updates-testing upgrade rpm-ostree

# Downgrade edk2-ovmf to work around crazy bug with (rhel7 host, rhel8 guest, fedora userspace)
# https://github.com/openshift/os/issues/862
# https://bugzilla.redhat.com/show_bug.cgi?id=2101573
if rpm -q edk2-ovmf 2>/dev/null; then yum -y --setopt=releasever=35 distro-sync edk2-ovmf; fi

# Delete file that only exists on ppc64le because it is causing
# sudo to not work.
# https://bugzilla.redhat.com/show_bug.cgi?id=2082149
Expand Down

0 comments on commit f5048b6

Please sign in to comment.