Skip to content
Snippets Groups Projects
Commit 66e143ad authored by Pierre Riteau's avatar Pierre Riteau
Browse files

Revert "CI: Fix libvirt errors caused by latest edk2-ovmf"

libvirt-6.0.0-36.el8 was built [0] and released for CentOS Stream 8. It
includes a backport of a commit [1] from libvirt 7.4.0 to avoid erroring
out on unknown firmware features, which fixes the issue seen with the
newer edk2-ovmf package.

This reverts commit 1e14fa3a.

[0] https://koji.mbox.centos.org/koji/buildinfo?buildID=17918
[1] https://github.com/libvirt/libvirt/commit/61d95a1073833ec4323c1ef28e71e913c55aa7b9

Change-Id: Ibe177fe078769204c7e89c04e40870890fe501ba
parent 910dd452
No related branches found
No related tags found
No related merge requests found
......@@ -55,12 +55,3 @@
cmd: dev/install.sh &> {{ logs_dir }}/ansible/install
chdir: "{{ kayobe_src_dir }}"
executable: /bin/bash
# TODO(priteau): Remove when edk2-ovmf bug is resolved upstream
# https://bugzilla.redhat.com/show_bug.cgi?id=1961562
- name: Exclude buggy edk2-ovmf package version
lineinfile:
path: /etc/yum.repos.d/CentOS-Stream-AppStream.repo
line: exclude=edk2-ovmf-20200602gitca407c7246bf-5.el8
become: true
when: ansible_os_family == 'RedHat'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment