[Spice-commits] .gitlab-ci.yml

Frediano Ziglio fziglio at kemper.freedesktop.org
Fri Sep 1 09:56:48 UTC 2017


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

New commits:
commit 0660e92017b8f24a159af071f66908ca8957c5c1
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Aug 31 22:43:53 2017 +0100

    ci: Fix build on gitlab
    
    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>
    Acked-by: Christophe de Dinechin <dinechin at redhat.com>

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
 


More information about the Spice-commits mailing list