[Spice-devel] [PATCH spice-server 2/2] ci: Fix build on gitlab
Frediano Ziglio
fziglio at redhat.com
Fri Sep 1 09:32:10 UTC 2017
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
--
2.13.5
More information about the Spice-devel
mailing list