From c512a47e8aed58172d0604d186a9ec5613cacb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 26 Sep 2022 23:30:52 +0200 Subject: [PATCH] ci: Install debuginfo packages for better valgrind debugging Related-to: https://gitlab.freedesktop.org/libfprint/libfprint/-/issues/507 --- .gitlab-ci/libfprint-templates.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci/libfprint-templates.yaml b/.gitlab-ci/libfprint-templates.yaml index 7aa71d0d..43edc245 100644 --- a/.gitlab-ci/libfprint-templates.yaml +++ b/.gitlab-ci/libfprint-templates.yaml @@ -1,6 +1,7 @@ .libfprint_common_variables: LIBFPRINT_DEPENDENCIES: doxygen + dnf-plugins-core flatpak-builder gcc gcc-c++ @@ -29,6 +30,11 @@ diffutils LIBFPRINT_EXEC: | + dnf debuginfo-install -y \ + glib2 \ + glibc \ + libgusb + git clone https://github.com/martinpitt/umockdev.git && \ cd umockdev && \ meson _build --prefix=/usr && \