mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 22:10:46 +00:00
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", 14aee7cd74).
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe de Dinechin <dinechin@redhat.com>
This commit is contained in:
parent
03e28721a2
commit
0660e92017
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user