mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
ci: Use debuginfo-install to install debug symbols
dnf doesn't seem to handle the plugin well in rawhide:
bash-5.2# dnf -y debuginfo-install glib2
Unknown argument "debuginfo-install" for command "dnf5".
Add "--help" for more information about the arguments.
This commit is contained in:
@@ -33,7 +33,8 @@
|
|||||||
diffutils
|
diffutils
|
||||||
|
|
||||||
LIBFPRINT_EXEC: |
|
LIBFPRINT_EXEC: |
|
||||||
dnf debuginfo-install -y \
|
dnf -y install dnf-utils
|
||||||
|
debuginfo-install -y \
|
||||||
glib2 \
|
glib2 \
|
||||||
glibc \
|
glibc \
|
||||||
libgusb \
|
libgusb \
|
||||||
|
|||||||
Reference in New Issue
Block a user