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

Victor Toso victortoso at redhat.com
Fri Jul 28 12:10:23 UTC 2017


On Fri, Jul 28, 2017 at 12:44:57PM +0100, Frediano Ziglio wrote:
> 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>
> ---
>  .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
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20170728/480023d7/attachment.sig>


More information about the Spice-devel mailing list