[Spice-devel] [PATCH spice-gtk v2] ci: Better clean between builds

Christophe de Dinechin christophe.de.dinechin at gmail.com
Thu Apr 25 14:51:41 UTC 2019


> On 25 Apr 2019, at 11:05, Frediano Ziglio <fziglio at redhat.com> wrote:
> 
> Clean all git modules, not only the main one.
> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
> .gitlab-ci.yml | 1 +
> 1 file changed, 1 insertion(+)
> 
> Changes since v1:
> - clean also main module
> 
> CI https://gitlab.freedesktop.org/fziglio/spice-gtk/pipelines/33145.
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index dbfb7ad3..26c6f547 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -39,6 +39,7 @@ fedora-autotools:
>     - cd ..
>     # Run without features
>     - git clean -xfd
> +    - git submodule foreach --recursive git clean -xfd
>     - ./autogen.sh --enable-static
>           --enable-lz4=no
>           --enable-webdav=no

Acked-by: Christophe de Dinechin <dinechin at redhat.com> 

> -- 
> 2.20.1
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel



More information about the Spice-devel mailing list