From 0660e92017b8f24a159af071f66908ca8957c5c1 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Thu, 31 Aug 2017 22:43:53 +0100 Subject: [PATCH] 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 Acked-by: Christophe de Dinechin --- .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