mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
ci: Install debuginfo packages for better valgrind debugging
Related-to: https://gitlab.freedesktop.org/libfprint/libfprint/-/issues/507
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
.libfprint_common_variables:
|
.libfprint_common_variables:
|
||||||
LIBFPRINT_DEPENDENCIES:
|
LIBFPRINT_DEPENDENCIES:
|
||||||
doxygen
|
doxygen
|
||||||
|
dnf-plugins-core
|
||||||
flatpak-builder
|
flatpak-builder
|
||||||
gcc
|
gcc
|
||||||
gcc-c++
|
gcc-c++
|
||||||
@@ -29,6 +30,11 @@
|
|||||||
diffutils
|
diffutils
|
||||||
|
|
||||||
LIBFPRINT_EXEC: |
|
LIBFPRINT_EXEC: |
|
||||||
|
dnf debuginfo-install -y \
|
||||||
|
glib2 \
|
||||||
|
glibc \
|
||||||
|
libgusb
|
||||||
|
|
||||||
git clone https://github.com/martinpitt/umockdev.git && \
|
git clone https://github.com/martinpitt/umockdev.git && \
|
||||||
cd umockdev && \
|
cd umockdev && \
|
||||||
meson _build --prefix=/usr && \
|
meson _build --prefix=/usr && \
|
||||||
|
|||||||
Reference in New Issue
Block a user