[Spice-commits] Branch '0.14' - .gitlab-ci.yml
Frediano Ziglio
fziglio at kemper.freedesktop.org
Mon Jan 22 11:32:55 UTC 2018
.gitlab-ci.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 8f4bfccb80f5b28e6a492d6e0c358335c3438d59
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Tue Nov 7 14:54:11 2017 +0000
ci: Install python3 packages to fix compile on new Fedora
Fedora 26 removed dependency from python-pyparsing/python-six
to python but we require the executable to run some scripts
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Uri Lublin <uril at redhat.com>
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6074a3d2..4dc3fffa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,10 @@
image: fedora:latest
before_script:
- - dnf install 'dnf-command(copr)' git libtool make libasan orc-devel -y
+ - >
+ dnf install 'dnf-command(copr)' git libtool make libasan orc-devel
+ python3 python3-six python3-pyparsing
+ -y
- dnf copr enable @spice/nightly -y
- dnf builddep spice -y
More information about the Spice-commits
mailing list