[Spice-devel] [PATCH spice-server] ci: Remove dependencies from copr build
Frediano Ziglio
fziglio at redhat.com
Thu Jun 13 07:37:39 UTC 2019
>
> Assuming it passed the CI, Ack.
>
Yes and not. Yes as the specific job passes.
No as there are some pending patches which are required in order to
compiler for Fedora 30 (one for Windows that I sent yesterday, the others
some weeks ago about alignment).
> Acked-by: Snir Sheriber <ssheribe at redhat.com>
>
> On 6/12/19 6:13 PM, Frediano Ziglio wrote:
> > Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> > ---
> > .gitlab-ci.yml | 13 ++++++++-----
> > 1 file changed, 8 insertions(+), 5 deletions(-)
> >
> > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> > index 91ee47edc..e21ea97de 100644
> > --- a/.gitlab-ci.yml
> > +++ b/.gitlab-ci.yml
> > @@ -79,12 +79,15 @@ distcheck:
> > makecheck-centos:
> > before_script:
> > - >
> > - yum install git libtool make libasan orc-devel
> > - python3 python3-six python3-pyparsing glib-networking
> > - yum-utils yum-plugin-copr
> > + yum install git libtool make libasan orc-devel glib-networking
> > + yum-utils gcc glib2-devel celt051-devel
> > + opus-devel pixman-devel openssl-devel libjpeg-devel
> > + libcacard-devel cyrus-sasl-devel lz4-devel
> > + gstreamer1-devel gstreamer1-plugins-base-devel
> > + git-core pyparsing python-six
> > -y
> > - - yum copr enable @spice/nightly -y
> > - - yum-builddep spice -y
> > + - git clone ${CI_REPOSITORY_URL/spice.git/spice-protocol.git}
> > + - (cd spice-protocol && ./autogen.sh --prefix=/usr && make install)
> > image: centos:latest
> > script:
> > - >
More information about the Spice-devel
mailing list