[Spice-devel] [PATCH spice-server] ci: Fix recent GitLab failures
Pavel Grunt
pgrunt at redhat.com
Fri Jul 28 11:56:43 UTC 2017
On Fri, 2017-07-28 at 12:44 +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>
> ---
> .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-re
> lease-$(rpm -E %fedora).noarch.rpm -y
> - - dnf debuginfo-install spice-server -y
> + - dnf debuginfo-install spice-server glib2 -y
Interesting, it should know automatically that it needs glib2 debug symbols
(like it knows for other dependencies)
> - >
> dnf install valgrind
> gstreamer1-libav gstreamer1-plugins-ugly gstreamer1-plugins-good
> gstreamer1-plugins-bad-free
More information about the Spice-devel
mailing list