[Spice-devel] [PATCH spice-server] ci: Fix recent GitLab failures

Frediano Ziglio fziglio at redhat.com
Fri Jul 28 11:44:57 UTC 2017


Recent GitLab CI jobs are failing to run valgrind checks
(like https://gitlab.com/spice/spice/-/jobs/25220999).

This as recent distro changes cause valgrind not to find some
symbols required to detect some GLib suppression errors.

Adding debugging information for GLib solve the problem.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Tested at https://gitlab.com/freddy77/spice/-/jobs/25249286

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 491ae661..ddf1092c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ statistics:
 check-valgrind:
   script:
   - dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y
-  - dnf debuginfo-install spice-server -y
+  - dnf debuginfo-install spice-server glib2 -y
   - >
     dnf install valgrind
     gstreamer1-libav gstreamer1-plugins-ugly gstreamer1-plugins-good gstreamer1-plugins-bad-free
-- 
2.13.3



More information about the Spice-devel mailing list