[Spice-devel] [PATCH spice-server] ci: Workaround asciidoc failure

Eduardo Lima (Etrunko) etrunko at redhat.com
Thu Aug 30 21:49:52 UTC 2018


It passes now:

https://gitlab.freedesktop.org/etrunko/spice/pipelines/3806

I noticed that asciidoc 8.6.10 does not require python 2 packages to be
installed, while when downgrading to 8.6.8, there are some packages
which are installed.


On 08/30/2018 06:44 PM, Eduardo Lima (Etrunko) wrote:
> Since commit e5a93d7a30f71f01052392d13e33e0373bccee8f asciidoc has been
> failing. Frediano noticed that there is no such problem with Fedora 27,
> and it looks like asciidoc version 8.6.10 in Fedora 28 is causing
> the problem. Downgrading it to 8.6.8 seems to fix it while we don't
> find the definite solution.
> 
> Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
> ---
>  .gitlab-ci.yml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index cba41b28..3344fa3c 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -8,6 +8,7 @@ before_script:
>      -y
>    - dnf copr enable @spice/nightly -y
>    - dnf builddep spice -y
> +  - dnf downgrade asciidoc -y
>  
>  makecheck:
>    script:
> 


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


More information about the Spice-devel mailing list