[Spice-devel] [PATCH spice-server] ci: Remove dependencies from copr build

Eduardo Lima (Etrunko) etrunko at redhat.com
Wed Jan 23 17:56:14 UTC 2019


On 1/23/19 3:02 PM, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  .gitlab-ci.yml | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index a757e7a3..9ce95c00 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -2,12 +2,15 @@ image: fedora:latest
>  
>  before_script:
>    - >
> -    dnf install 'dnf-command(copr)' git libtool make libasan orc-devel
> +    dnf install 'dnf-command(debuginfo-install)' git libtool make libasan orc-devel
>      python3 python3-six python3-pyparsing glib-networking
>      asciidoc bzip2 meson ninja-build
> +    glib2-devel celt051-devel pixman-devel alsa-lib-devel openssl-devel libjpeg-turbo-devel
> +    libcacard-devel cyrus-sasl-devel lz4-devel opus-devel
> +    gstreamer1-devel gstreamer1-plugins-base-devel
>      -y
> -  - dnf copr enable @spice/nightly -y
> -  - dnf builddep spice -y
> +  - git clone ${CI_REPOSITORY_URL/spice.git/spice-protocol.git}
> +  - (cd spice-protocol && ./autogen.sh --prefix=/usr && make install)
>  
>  makecheck:
>    script:
> 
Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>

-- 
Eduardo de Barros Lima (Etrunko)
Software Engineer - RedHat
etrunko at redhat.com


More information about the Spice-devel mailing list