Revert edk2 workaround

It is not needed anymore.

Change-Id: I706a33b0a7c737a23b9a7270af1e53e5de83c66f
This commit is contained in:
Radosław Piliszek
2021-06-18 12:06:02 +00:00
parent 96509ea025
commit 808331488d

View File

@@ -81,17 +81,7 @@ function install_libvirt {
install_package qemu-kvm
install_package libvirt libvirt-devel
if is_arch "x86_64"; then
# NOTE(yoctozepto): recent edk2-ovmf on CentOS Stream 8 x86_64 started failing with
# "libvirt.libvirtError: internal error: unknown feature amd-sev-es",
# so reinstall a known working version until the relevant bugs get fixed:
# * https://bugzilla.redhat.com/show_bug.cgi?id=1961558
# * https://bugzilla.redhat.com/show_bug.cgi?id=1961562
# TODO(yoctozepto): Remove this code when the time is right.
if [ "$os_VENDOR" = "CentOSStream" ]; then
install_package edk2-ovmf-20200602gitca407c7246bf-4.el8
fi
elif is_arch "aarch64"; then
if is_arch "aarch64"; then
install_package edk2.git-aarch64
fi