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 commit1e14fa3a24
. [0] https://koji.mbox.centos.org/koji/buildinfo?buildID=17918 [1]61d95a1073
Change-Id: Ibe177fe078769204c7e89c04e40870890fe501ba
This commit is contained in:
parent
910dd452d9
commit
66e143ada2
@ -55,12 +55,3 @@
|
|||||||
cmd: dev/install.sh &> {{ logs_dir }}/ansible/install
|
cmd: dev/install.sh &> {{ logs_dir }}/ansible/install
|
||||||
chdir: "{{ kayobe_src_dir }}"
|
chdir: "{{ kayobe_src_dir }}"
|
||||||
executable: /bin/bash
|
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'
|
|
||||||
|
Loading…
Reference in New Issue
Block a user