ci: Install more debug symbols

This commit is contained in:
Marco Trevisan (Treviño)
2022-10-13 05:24:11 +02:00
parent 892c9767a2
commit 3100404419
2 changed files with 5 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
variables: variables:
LIBFPRINT_IMAGE_TAG: v1 LIBFPRINT_IMAGE_TAG: v2

View File

@@ -36,7 +36,10 @@
dnf debuginfo-install -y \ dnf debuginfo-install -y \
glib2 \ glib2 \
glibc \ glibc \
libgusb libgusb \
libusb \
nss \
pixman
git clone https://github.com/martinpitt/umockdev.git && \ git clone https://github.com/martinpitt/umockdev.git && \
cd umockdev && \ cd umockdev && \