[Spice-devel] [PATCH 2/3] Update .gitlab-ci.yml
Frediano Ziglio
fziglio at redhat.com
Tue Feb 26 09:26:08 UTC 2019
>
> ---
> .gitlab-ci.yml | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index ab1b2a3..57d3dd9 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -3,7 +3,6 @@ image: fedora:latest
> before_script:
> - >
> dnf install -y 'dnf-command(copr)' make automake autoconf
> autoconf-archive libtool xz gcc-c++
> - libdrm-devel libXrandr-devel
> - dnf copr enable @spice/nightly -y
> - dnf builddep spice-streaming-agent -y
>
Considering patch 3/3 also gcc-c++ should be removed.
Also looks like the tendency is to remove the dependency from
@spice/nightly. Considering also 1/3 looks like we are creating
a circular dependency where copr build is launched by Gitlab and
Gitlab build depends on copr build.
I don't know much about how the current copr build are set.
Who set them? Where are the scripts that generate them?
Isn't fedpkg using mock to build? Then why installing
spice-protocol on the machine?
Frediano
More information about the Spice-devel
mailing list