[Spice-commits] .gitlab-ci.yml

Frediano Ziglio fziglio at kemper.freedesktop.org
Fri Jul 28 14:06:54 UTC 2017


 .gitlab-ci.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7a7e01cf037f16ad37346e4f5f54393fdecc2694
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Fri Jul 28 10:59:21 2017 +0100

    ci: Fix recent GitLab failures
    
    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>
    Acked-by: Victor Toso <victortoso at redhat.com>

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


More information about the Spice-commits mailing list