[Spice-devel] [PATCH spice-server 2/2] ci: Fix build on gitlab

Christophe de Dinechin dinechin at redhat.com
Fri Sep 1 09:34:54 UTC 2017


> On 1 Sep 2017, at 11:32, Frediano Ziglio <fziglio at redhat.com> wrote:
> 
> The build dependencies are installed based on spice package which does
> not still contains orc-devel package needed by ORC check (cfr commit
> "gstreamer: Check if ORC library can work", 14aee7cd745cbb6d2f3d520).
> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
> .gitlab-ci.yml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index ddf1092c..6074a3d2 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,7 +1,7 @@
> image: fedora:latest
> 
> before_script:
> -  - dnf install 'dnf-command(copr)' git libtool make libasan -y
> +  - dnf install 'dnf-command(copr)' git libtool make libasan orc-devel -y
>   - dnf copr enable @spice/nightly -y
>   - dnf builddep spice -y

Acked-by: Christophe de Dinechin <dinechin at redhat.com>

> 
> -- 
> 2.13.5
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel



More information about the Spice-devel mailing list