mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-09-03 20:52:52 -05:00
ci: Add gobject-introspection dep
This is a bug elsewhere, but for now it is blocking our CI: https://bugzilla.redhat.com/show_bug.cgi?id=2412451 Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
committed by
Pavel Hrdina
parent
e1613dba5b
commit
488389ced5
@@ -27,6 +27,7 @@ jobs:
|
||||
run: |
|
||||
dnf install -y \
|
||||
gettext \
|
||||
gobject-introspection \
|
||||
python3-devel \
|
||||
python3-docutils \
|
||||
meson
|
||||
|
||||
@@ -26,6 +26,7 @@ jobs:
|
||||
|
||||
dnf install -y \
|
||||
gettext \
|
||||
gobject-introspection \
|
||||
python3-devel \
|
||||
python3-docutils \
|
||||
meson
|
||||
|
||||
@@ -8,6 +8,7 @@ specfile_path: build/virt-manager.spec
|
||||
|
||||
srpm_build_deps:
|
||||
- gettext
|
||||
- gobject-introspection
|
||||
- python3-devel
|
||||
- python3-docutils
|
||||
- meson
|
||||
|
||||
Reference in New Issue
Block a user