mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-01 08:10:09 +01:00
circle.yml: add libsolv to the fedora packages
Works around the dnf error on the fedora docker image "BDB1539 Build signature doesn't match environment" https://bugzilla.redhat.com/show_bug.cgi?id=1483553 Suggested-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
48fd22def7
commit
68c6bed014
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ fedora_install: &fedora_install
|
|||
run:
|
||||
name: Install prerequisites
|
||||
command: |
|
||||
dnf upgrade -y libsolv
|
||||
dnf install -y git gcc gcc-c++ meson check-devel libudev-devel libevdev-devel doxygen graphviz valgrind binutils libwacom-devel cairo-devel gtk3-devel glib2-devel mtdev-devel
|
||||
|
||||
fedora_build_all: &fedora_build_all
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue